Forgot your password?
typodupeerror
Microsoft Programming IT Technology

Super-Fast Python Implementation for .NET and Mono 54

Lansdowne writes "Jim Hugunin, the creator of Jython, has released an incredibly fast implementation of Python for Microsoft .NET and Mono called IronPython. Here's his PyCON 2004 presentation, including some benchmarks. He concludes: 'Python is an extremely dynamic language and this offers compelling evidence that other dynamic languages should be able to run well on this platform.'"
This discussion has been archived. No new comments can be posted.

Super-Fast Python Implementation for .NET and Mono

Comments Filter:
  • not released (Score:5, Insightful)

    by the quick brown fox ( 681969 ) on Tuesday May 18, 2004 @10:59PM (#9192199)
    I usually take "released" to mean there is an implementation that is publicly available. Unless I am somehow just missing it, it doesn't seem to have been released yet...
  • Incredibly fast? (Score:3, Insightful)

    by Fweeky ( 41046 ) on Wednesday May 19, 2004 @06:48AM (#9193819) Homepage
    A 50% speed boost isn't *that* much; The Python JIT runtime that was on SlashDot just a few weeks ago cited significantly higher increases in performance. Fast, yes, but I'm not amazed or anything here :)
  • Re:stuck? (Score:3, Insightful)

    by LWATCDR ( 28044 ) on Wednesday May 19, 2004 @11:03AM (#9195363) Homepage Journal
    I would not bet that most free software machines do not have a JVM installed. VMs are a great chance for OpenSource to really shine. I used java for an internal program at my company. It is a mission critical app and has worked well for two years now. The best part is that it also runs on Linux. When all of the mission crtical apps are available on Linux then we can move a large section of our office to Linux workstations.
    What most people do not understand is that for the vast majority of business apps the choke point is IO and not CPU speed.

That does not compute.

Working...