On Sep 3, 2020, at 9:49 AM, Trygve Reenskaug <trygver@ifi.uio.no> wrote:
The .sources file has been optional for as long as I can remember. Is it OK for list that somebody breaks this tradition? Trygve
Hi Trygve, Iâm not sure what you mean by this question. Are you asking, âIs it acceptable to have code that relies on reflection in order to operate properly?â To this question I would answer âyesâ since some things are easier to do using reflection. Or are you asking, âWould it be better to not have FFI at all until it can be implemented without reflection?â To this question I would answer ânoâ since people that donât want reflection can choose to forego features that require it. Or are you asking, âWould it be nice if someone could do the work to implement FFI without reflection?â To this question I would answer âyes.â Unfortunately, there is a cost involved. So were you asking one of those questions or something else? James