2008/5/15 Ben Aurel <[EMAIL PROTECTED]>: > 2. I've read about, that it is possible to compile Python Code to msil with > IronPython. Unfortunately I'm not yet at the point where this run on my > machine (macosx). So I do have to ask you: Is such a dll/exe the same as I > would compile it from c#? Does similar language constructs (eg. for loop, > class object creation) the same performance?
You can run IronPython on Mac OS X with Mono. -- Seo Sanghyeon _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
