[IronPython] Exporting Python code as an assembly

Curt Hagenlocher curt at hagenlocher.org
Tue Feb 5 00:01:04 CET 2008


On Feb 4, 2008 11:07 AM, Michael Foord <fuzzyman at voidspace.org.uk> 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
curt at hagenlocher.org



More information about the Ironpython-users mailing list