Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Programming IT Technology

IronPython Moving Forward Again 61

immytay writes " Jim Hugunin (Jython, Numeric, and other projects) has issued the first release of IronPython since joining Microsoft in August of last year. IronPython runs on .NET and Mono and is supposedly faster than the C version of Python. This new version is 0.7, while 0.6 was released last summer and covered here. According to the IronPython mailing list, Jim has help from a Microsoft co-worker, and he plans to work toward IronPython 1.0."
This discussion has been archived. No new comments can be posted.

IronPython Moving Forward Again

Comments Filter:
  • Re:Except for Mono (Score:5, Informative)

    by nightski ( 860922 ) on Wednesday March 30, 2005 @06:09PM (#12094016)
    What you will find is that this is a bunch of BS. They took advantage of the new features in the .NET Framework 2.0 - which will be standardized in the CLI. .NET 2.0 isn't even out by Microsoft yet - so of course Mono isn't going to support it. But Mono is planning on eventually having full support for .NET 2.0. So it will work. Wait till 1.0 - everything will be working then.
  • by chris_mahan ( 256577 ) <chris.mahan@gmail.com> on Wednesday March 30, 2005 @06:28PM (#12094288) Homepage
    Someobody expand on that: I believe ironPython is not compatible with .Net 1.0 because of python itself, something to do with dynamic allocation in python. It's something that is supposed to work in 2.0

  • by IainCartwright ( 733397 ) on Wednesday March 30, 2005 @08:20PM (#12095449)
    Paolo Molaro (one of the mono guys) said on the Ironpython mailing list:

    "IronPython 0.7 compiles with the current mono from svn (not with the released 1.1.5, though the patch is minimal)."

    And Jim Hugunin has said in the same place that if Ironpython does not compile because it deviates from the spec. then it is a bug and should be entered as such.

    Try and avoid knee jerk reactions. You'll just annoy your high horse.
  • by captwheeler ( 573886 ) on Thursday March 31, 2005 @01:29AM (#12097408)
    from www.ironpython.com

    IronPython-0.6 is now available as Open Source Software under the Common Public License version 1.0 [eclipse.org]. A single zip file containing both the source code and the binary executables can be downloaded below.

  • Re:Vs Psyco? (Score:2, Informative)

    by lupus-slash ( 132575 ) on Thursday March 31, 2005 @02:17AM (#12097615)
    Mono runs IronPython just fine on linux/ppc, OSX, amd64 etc.
  • by mike_sucks ( 55259 ) on Thursday March 31, 2005 @08:50AM (#12098848) Homepage
    Have a read of this message [dreamhost.com]. If some of these issues have been cleared up, then great!

    If Hugunin has issues accepting patches because of who he works for, then that's a shame. I'm glad he thinks that that may change post 1.0, but why will these issues suddently be easier to work around just because the code has reached a stable version? If they can be worked around, why not do so now?

    How long will it take for 1.0 to be released? Are people prepared to wait that long rather than forking, starting from scratch or getting behind an alternative effort right away? Will anyone still be around by then to be to be turned into an instant community? These things can't just get turned on or off.

    If you'll still (lessend or not) need to get a Passort account and use gotdotnet to be part of the community, that will still be very off putting for many potential hackers. Having a Passport account is an identity theft waiting to happen. Why is required to be a part of the community? A web forum is a massively inefficient way of communicating when compared to a mailing list, why should people have to suffer it?

    I still would want some answers to these (and Edd Dumbill's, Miguel de Icaza's and Paolo Molaro's) questions before getting behing IronPython. The fact that such questions are raised at all is troubling, however.

Real Programmers don't eat quiche. They eat Twinkies and Szechwan food.

Working...