.net 4 - run code from string - in C# / F# / IronRuby / IronPython.
- by stacker
What ways do I have in .net to run code from string?
Console.WriteLine("1 + 2 * 3"); // results is 7.
What other options do we have?
C# - Compile the code on runtime?
IronRuby / IronPython?
F#?