compiling python (or ironpython) to .exe or .dll for or not for .NET

Luis M. González luismgz at gmail.com
Wed Jun 28 13:45:18 EDT 2006


per9000 wrote:
> Hi python people,
>
> I am working with .NET (in C++/CLI and C#) but since I really love
> python I'd like to do things for .NET (or whatever) from python.
>
> Has anyone tried it?
>
> What (costless) compilers are good?
>
> Are there any (costless) editors like MS Visual Express you have tried?
>
> Is the newest Ironpython really as old as from 2004 July 28 (as stated
> on http://www.ironpython.com/)?
>
> Thanks.
>
> /Per Erik Strandberg
> yet another Fibonaccilover

Ironpython development is going full steam towards version 1 (right now
is in beta 8), and it's close to completion (see the codeplex link
above).
It is a faithful implementation of the python language for the .NET
framework.

Regarding IDEs for Ironpython, I know they are developing a Visual
Studio integration (I've not tried it though) and I don't know what's
its current state.
I'm sure that sooner or later, someone will write a binding for the
free SharpDevelop ide.

luis




More information about the Python-list mailing list