Glenn Block
Glenn Block
Oh this is for REPL? I missed that. On Sun, May 12, 2013 at 11:06 AM, Adam Ralph [email protected]: > Yeah, what @filipw https://github.com/filipw said ;-). Also bear in >...
@adamralph May not be possible what you are asking. We need to spike on it. It could be a chicken and egg problem. The dll doesn't exist yet, and once...
@adamralph I'll just stay quiet until we know more. We may be able to support this scenario but takes some investigation.
I am 99% sure we can get this working in the REPL no problem, as today each repl command is evaluating new code into the same session.
I am just not sure about the implications of doing this from within the middle of code that Roslyn is executing. But the more I think about it, I am...
@adamralph we also have to make sure this could be supported in mono. We need @dragan to weigh in there.
Yes, it works in the REPL. If it did not that would be a pretty weak REPL :-) it works because we cache the Roslyn session and reuse it each...
Nice one Filip!!!!
Well it has been 3 years, but I started working on this with a diff approach, an `Eval` function. Basically you call `Eval` and it runs the code dynamically. It...
And the reverse works as well, variables flow in automatically. Though maybe I should have an option to disable that. 