Open cloudRoutine opened 8 years ago
While tempting, the problem is that type checking of a script would not detect these and so the static type checking of the script would not be possible.
Is there a way to also dynamically insert into the static type checker? In the spirit of exploratory programming, there are a range of useful cross .dll / tool chain workflows that this would enable. This would make it a more fluid experience. It would be quite useful for those who are new to whatever modelling domain it is. I've observed that the extra referencing exercise can be jarring to some programmers. Can provide additional use cases if of interest. cheers.
r #load via fsi method [12510276]
Submitted by Steven Taylor on 2/28/2016 12:00:00 AM
[ 1 votes ]
fsi.Load("script.fsx") fsi.Reference("bin/debug/someDllReference.dll") It would be very useful to be able to fsi.Load / fsi.Reference through type providers, for use by those who are designing them.