Dynamically Compiling C# from IronPython

With IronPython it is possible to dynamically compile C# to in-memory assemblies and access them from the running application.

This can be used to access attributes, not normally available to IronPython - as well as many other tasks.

Dynamically Compile C# from IronPython

Comments

Popular posts from this blog

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger