[Users] Dynamically Compiling C# from IronPython

Michael Foord fuzzyman at voidspace.org.uk
Tue Jul 24 02:22:16 CEST 2007


Hello all,

I've written up an article on dynamically compiling C# from IronPython.

http://www.voidspace.org.uk/ironpython/dynamically_compiling.shtml

Assemblies can be generated in memory and then used directly, or they 
can be saved to disk. The C# can be generated dynamically as well.

This is one way round the lack of attributes support in IronPython. 
Perhaps not the most efficient way though...

Michael Foord
http://www.voidspace.org.uk/ironpython/index.shtml



More information about the Ironpython-users mailing list