Replies: 5 comments
-
I haven't looked into this. I think somebody wrote a C# repl ... let's see, here's one from Mono. Perhaps it could be adapted to run LeMP code. |
Beta Was this translation helpful? Give feedback.
-
Actually I think Roslyn has a REPL engine (CSharpScriptEngine?), and it would be better to use that one. Since it's open source, it could be adapted to take LeMP as a front-end. A REPL, in turn, would be a great starting point for a EC# Visual Studio extension that provides IntelliSense for Maybe I misunderstood though, maybe all you want is a REPL that runs macros. If that's what you want, |
Beta Was this translation helpful? Give feedback.
-
Here's a fun idea: implement a C# interpreter... that could be a fun thing to do with |
Beta Was this translation helpful? Give feedback.
-
Really though... better to just convert some code to Roslyn and then compile that OMG, I know. I could write a |
Beta Was this translation helpful? Give feedback.
-
@jonathanvdc actually made a REPL called LeMP-repl, but it hasn't been updated recently. However, there is a If you would like to see the Loyc tree that corresponds to some Enhanced C# code, add |
Beta Was this translation helpful? Give feedback.
-
Could loyc macros and enhanced c# be used in a Repl?
Beta Was this translation helpful? Give feedback.
All reactions