[EMAIL PROTECTED] wrote: > > Just wondering what would be gained by a C# implementation of Python that > could be run across Win32 and Linux Boxes. I know there have been plenty of > discussions about compiled python before, but does the C# model provide and > advantages that have not been realized? ActiveState has an experimental compiler for Python onto the .NET platform here: http://www.activestate.com/Initiatives/NET/Research.html When the Ximian runtime is available, this compiler should be compatible with it. Note that the compiler does not compile the whole Python language and does not (yet?) provide a speed increase over standard Python. -- Take a recipe. Leave a recipe. Python Cookbook! http://www.ActiveState.com/pythoncookbook _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython