A command line eval for .NET code
This started as a post on Jasons Blog with one comment on the ability to run .NET code interactively in the console.
The regulars may remember I did some work on creating an assembly that uses the System.Compiler and System.Reflection namespaces to run VB code on demand. I spent some time today working on a console app that will let you type code and then run it, type some more and run that. It works sweetly but I do still have to tweak the console and add in C# support, I can see this becoming a really handy way of working out code statements when I working with mutiple languages :)
6:25:35 PM
|