On Feb 4, 2008 11:07 AM, Michael Foord <[EMAIL PROTECTED]> wrote: > >Curt Hagenlocher wrote: >> The assemblies call into the IronPython engine (version 2) to load and >> execute the script. Currently, the script is loaded from the file >> system, but I'd eventually like to support embedding any >> required scripts as resources in the assembly, so that the whole thing >> can be distributed as a single neat package. > > Great - you beat me to it. :-) > > If you make this open source then I'll be happy to help on it.
I'm thinking of putting it on Codeplex. Be warned that I prefer ILGenerator to CodeDOM, probably because I'm reliving the glory years of assembly language programming. "6502 4eva!" :) The current implementation is written in Python. -- Curt Hagenlocher [EMAIL PROTECTED] _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
