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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
