Claims are that Iron Python can be statically compiled, promising higher performance. I'm interested in writing parts of my system, implemented mostly in C# for .NET under Win32 environment, in Python, mostly for fun, potentially also to save time if it proves to be useful. Dynamic compilation is not an option, I want to be able to call Python from C#, not the other way round, and without the overheads of invoking the Python engine on my way there. Is there indeed a way to achieve this? I don't see any clues on the web. Python does not seem to consume any sort of command line switches and does not offer help docs. Thanks a lot for all your responses.
 
Cheers,
Krzys
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to