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."
Re:Claim on 1.x times faster and alpha (Score:1, Insightful)
Vs Psyco? (Score:2, Insightful)
Psyco is also rather easy to use. For basic usage, put these two lines at the beginning of your program:..and your program is magically faster! You can also combine with the Py2Exe utility to convert your project to an executable program (although it will still only be compiled at runtime).
Re:Phrase it any way you like (Score:4, Insightful)
v1.1 of
Read. React. Regurgitate. (Score:5, Insightful)
No, I think we need t.
Every platform that has a .NET implementation already has a native Python implementation, which makes Hugunin's work, while interesting, ultimately redundant. I would love to hear how this little side project reinforces Microsoft's monopoly power in operating systems.
Re:Read. React. Regurgitate. (Score:5, Insightful)
Re:Phrase it any way you like (Score:3, Insightful)
But... I'm not even going to Google for info on protocols, file formats, etc, etc.
Microsoft has a long history of using the standard monopolist tactics of restricting interoperability.
They will hardly stop doing it even if ordered to do so by a court (see recent EU problems). You certainly know that, too, so you are being disingenious.
Re:Phrase it any way you like (Score:3, Insightful)
open source maybe, where's the community? (Score:5, Insightful)
- Is it actually Free Software?
- Why do I need a passport account Passport to participate?
- Why are you bothering to release source code if you're not willing to
accept patches?
- Why don't you want to get it working with Mono?
And so on.
Re:Except for Mono (Score:2, Insightful)
This place has now changed into a cesspool of religious people who make their own dicks grow by out-hating Microsoft. Not any better than Osama bin Laden, only a different Great Satan. And just as senseless.
2 Things.
a) Why SHOULD Microsoft give a fuck about whatever works on a copy of a project of theirs? So goddamn what if it does not work? Its THEIR project and THEIR right to make work whatever on it. Open Source is not the friggin Messiah demanding absolute subservience.
b) They used features from another version which Mono has not copied yet or even tried to copy yet or claimed to copy yet or claimed to try to copy yet. Capice?
Hello, hello, kneejerk hatred puts YOU on the bad side. Idiot.
This place should be labelled a hate speech site.
Re:open source maybe, where's the community? (Score:3, Insightful)
The fact that questions are raised is not troubling, it just means there is real interest on this project. Different people, groups and companies will always have differing opinions on how a project like this should be run. Since it's a free software project, this is not dangerous - 'wrong' decisions by the project lead will result in a fork (only if the project really is interesting enough to warrant that much work though).