.net 4 - run code from string - in C# / F# / IronRuby / IronPython.
        Posted  
        
            by stacker
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by stacker
        
        
        
        Published on 2010-06-03T11:48:02Z
        Indexed on 
            2010/06/03
            12:34 UTC
        
        
        Read the original article
        Hit count: 207
        
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#?
© Stack Overflow or respective owner