-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion about Assembly.Save and Expression.CompileToMethod #278
Comments
|
Good point. I mean, to what extent can we make a workaround solution. This may lead to some suggestions about refactoring the architecture of the DLR framework which allows us to inject some workaround into the framework. |
For the |
I found that there is an old implementation of the |
I did attempt to port over the compiler before but quickly ran into issues. The I might try again at some point if I can think of some workarounds. I'm open to suggestions. |
IKVM.Reflection is still alive but I dont know if still apply System.Expression is frozen, some improvement are already here but dotnet team will never integrate them .. bartdesmet has given all his lib around Expression on this repository/website, there is a book in the website that explain 10 years at Bing and Expressions There is also this project who give a lot of feedbacks Runtime Labs have 2 interesting projects around the interpreter (dont know if they go somewhere) : The spec for runtime async is starting (no hope but who knows ! ) I don't have the level to mix all that and produce something but if it could help an experienced developer; |
I gave a try yesterday and I think we may also port all the |
The text was updated successfully, but these errors were encountered: