“Design depends largely on constraints.” — Charles Eames
Tuesday, 9 December 2003
IronPython is an implementation of Python for the CLR with some intriguing initial perf numbers. [ via Jeremy Hylton’s Weblog ]
Shame I don’t have a Windows box where I could play with this… I got Virtual PC last week, but it’s too painfully slow to be usable.
Filed under: Python
If it's for the CLR, try Ximian's go-mono project. If you've got the app in bytecode-ready format (ie dll or exe), if there's enough .NET classes supported, it should run on your platform.
If it's in C#, rather than self-hosted, you can probably compile it, too.
http://www.go-mono.com/
Andrew
Saturday, December 13 2003 at 6:34 AM +10:00