IronPython 1.0 released today!
I’m extremely happy to announce that we have released IronPython 1.0 today!
I started work on IronPython almost 3 years ago. My initial motivation for the project was to understand all of the reports that I read on the web claiming that the Common Language Runtime (CLR) was a terrible platform for Python and other dynamic languages. I was surprised to read these reports because I knew that the JVM was an acceptable platform for these languages. About 9 years ago I’d built an implementation of Python that ran on the JVM originally called JPython and later shortened to Jython. This implementation ran a little slower than the native C-based implementation of Python (CPython), but it was easily fast enough and stable enough for production use – testified to by the large number of Java projects that incorporate Jython today.
I wanted to understand how Microsoft could have screwed up so badly that the CLR was a worse platform for dynamic languages than the JVM. My plan was to take a couple of weeks to build a prototype implementation of Python on the CLR and then to use that work to write a short pithy article called, "Why the CLR is a terrible platform for dynamic languages". My plans quickly changed as I worked on the prototype, because I found that Python could run extremely well on the CLR – in many cases noticeably faster than the C-based implementation. For the standard pystone benchmark, IronPython on the CLR was about 1.7x faster than the C-based implementation.
The more time I spent working on IronPython and with the CLR, the more excited I became about its potential to finally deliver on the vision of a single common platform for a broad range of languages. At that same time, I was invited to come out to Microsoft to present IronPython and to talk with members of the CLR team about technical issues that I was running into. I had a great time that day working through these issues with a group of really smart people who all had a deep understanding of virtual machines and language implementation. After much reflection, I decided to join the CLR team at Microsoft where I could work with the platform to make it an even better target for dynamic languages and be able to have interesting technical discussions like that every day.
The first few months at Microsoft were a challenge as I learned what was involved in working at a large company. However, once the initial hurdle was over I started experiencing the things that motivated me to come here in the first place. The team working on dynamic languages in general and IronPython in particular began to grow and I got to have those great technical discussions again about both how to make IronPython as good as it could be and how to make the CLR an even better platform. We began to take advantage of the great new features for dynamic languages already shipping in .NET 2.0 such as DynamicMethods, blindingly fast delegates and a new generics system that was seamlessly integrated with the existing reflection infrastructure.
We were also able to release IronPython publicly from Microsoft with a BSD-style license. In the agile spirit of the project, we put out a new release of IronPython once every three weeks (on average) over the course of the project. This helped us connect well with our daring early adopters and receive and incorporate their feedback to make IronPython better. We've had countless excellent discussions on the mailing list on everything from supporting value types to calling overloaded methods. Without the drive and input of our users, IronPython would be a much weaker project.
IronPython is about bringing together two worlds. The key value in IronPython is that it is both a true implementation of Python and is seamlessly integrated with the .NET platform. Most features were easy and natural choices where the language and the platform fit together with almost no work. However, there were challenges from the obvious cases like exception type hierarchies to the somewhat esoteric challenges concerning different methods on strings. We spent long days and sometimes weeks looking for the best answers to these challenging problems and in the end I think that we have stayed true to both Python and .NET.
To drive our Python compatibility, we run a large portion of the standard Python regression test suite in addition to a large custom test suite we added that runs IronPython and CPython side-by-side to test for identical behavior whenever possible. Despite all of this work, there will still be differences between IronPython 1.0 and CPython. The most obvious difference is that IronPython is missing a number of standard C-based extension modules so things like "import bsddb" will fail. We maintain a detailed list of differences between the two implementations and aim to reduce the size of this list in every release.
IronPython has also striven for deep integration with the CLR. For the implementation this is a great thing as it lets us take advantage of highly-tuned components developed for other languages such as the just-in-time compiler, garbage collector, debugging support, reflection, dynamic loading and more. This integration is also valuable to IronPython developers as it lets them easily use any and all libraries built for .NET from their Python code.
This is the 1.0 release of IronPython. It's more complete and well tested than any other 1.0 product I have personally released in my career. However, like any other software product it's not perfect. You can search for known issues and let us know about any new ones that you find in our public bug database. We're continuing to work on IronPython and we want your input on how to make 1.1 and future releases even better.
It's been an exciting journey for me to see IronPython go from a rough prototype playing around with some ideas to a solid 1.0 release. This never could have happened without all the people who've contributed to this project along the way. My thanks go out to all the users who braved our early releases and passed along their problems and suggestions. My thanks also go out to the amazing group of people here at Microsoft who've come to join this project and drive it to this quality 1.0 release.
Shipping IronPython 1.0 isn't the end of the road, but rather the beginning. Not only will we continue to drive IronPython forward but we're also looking at the bigger picture to make all dynamic languages deeply integrated with the .NET platform and with technologies and products built on top of it. I'm excited about how far we've come, but even more excited by what the future holds!
Thanks - Jim Hugunin (for the IronPython Team)
Comments
Anonymous
September 05, 2006
IronPython is a project that implements the dynamic object-oriented Python language on top of the CLI. ...Anonymous
September 05, 2006
Congratulations to the IronPython team for releasing their final version of V1.0 for production...Anonymous
September 05, 2006
Congratulations!
All of the hard work is really appreciated.
I look forward to see how support for dynamic languages is improved in future versions of the CLR.Anonymous
September 05, 2006
You've been kicked (a good thing) - Trackback from DotNetKicks.comAnonymous
September 05, 2006
Congrats.Anonymous
September 05, 2006
PingBack from https://blogs.msdn.com:443/aconrad/archive/2006/09/05/742249.aspxAnonymous
September 05, 2006
You probably already read this 100 times, but Iron Python 1.0 is released. Check out Jim Hugunin's reflections...Anonymous
September 05, 2006
Excellent language! I'll start to play with itAnonymous
September 05, 2006
Implementacja języka Python dla platformy .NET, czyli IronPython, doczekała się wersji 1.0. Warto zauważyć,Anonymous
September 05, 2006
<p><a href="http://blogs.msdn.com/hugunin/archive/2006/09/05/741605.aspx">http:/Anonymous
September 05, 2006
I just read the announcement&nbsp;on James Huguin's blog, that he&nbsp;and his team released IronPython...Anonymous
September 05, 2006
Good job! Interesting read, I will try it out.
Any word on wether this will ship integrated with Visual Studio 2005 (maybe a service pack)?Anonymous
September 06, 2006
PingBack from http://mike.hostetlerhome.com/2006/09/06/ironpython-10-released/Anonymous
September 06, 2006
This is outstanding, but are there any plans to provide any support for it within Visual Studio?Anonymous
September 06, 2006
IronPython is a Microsoft sponsored open source implementation of the Python dynamic programming language on Microsoft’s .NET framework and version 1.0 was formally released yesterday&#8230;
...Anonymous
September 06, 2006
downloads are brokenAnonymous
September 06, 2006
PingBack from http://www.linuxplatense.com.ar/?p=370Anonymous
September 06, 2006
Scott Guthrie has announced the release of V1.0 of the IronPython project for .NET, avialable for downloadAnonymous
September 06, 2006
Congratulations Jim and team: it's great to see you achieve this milestone!Anonymous
September 06, 2006
http://del.icio.us/dsandlerAnonymous
September 06, 2006
Three cheers for you and the IronPython team!Anonymous
September 06, 2006
<blockquote>This integration is also valuable to IronPython developers as it lets them easily use any and all libraries built for .NET from their Python code.</blockquote>
It bears repeating that the IronPython license is no kind of safe-harbor for developing open-source applications on top of Microsoft's platform. Specifically, if you want to license your application as GPL (and you may have important strategic business reasons for doing so), IronPython's license itself won't hinder you, but you probably cannot import many of those libraries.Anonymous
September 06, 2006
IronPython 1.0 has been&nbsp;released yesterday!&nbsp; I fondly remember using Python when I was in college...Anonymous
September 06, 2006
PingBack from http://microsoftstartupzone.com/blogs/navdipb/archive/2006/09/06/803.aspxAnonymous
September 06, 2006
Dynamic programming language lovers or Python die-hards, check out this great release of IronPython 1.0...Anonymous
September 06, 2006
Via Stefan, here is a pragmatic posting that cogently explains that the enterprise software picture isn't as black and white as folks who constantly engage in the "enterprise vs. enterprisey" battle wish it were. I especially like the "Enterprise-ClassAnonymous
September 06, 2006
PingBack from http://www.saintzeno.com/blog/2006/09/06/ironpython-10-shipsAnonymous
September 06, 2006
Great work. Thanks for bringing python to .NET. Ship it with Visual Studio!Anonymous
September 07, 2006
PingBack from http://etrading.wordpress.com/2006/09/07/ironpython-10/Anonymous
September 07, 2006
There have been several question about IronPython and Visual Studio. IronPython has no official VS integration; however, the VS SDK provides fairly rich IronPython integration as a sample which is available with complete sources. To use this integration you have to be willing to deal with installing the VS SDK and building from sources. More information is available here:
http://blogs.msdn.com/aaronmar/archive/2006/02/16/533273.aspxAnonymous
September 08, 2006
PingBack from http://marc.abramowitz.info/archives/2006/09/08/ironpython-10/Anonymous
September 08, 2006
As has been announced all over the Internet, the IronPython team shipped their 1.0 release this past...Anonymous
September 09, 2006
PingBack from http://radaschuetz.com/archive/2006/09/09/sun-hires-jruby-core-developers-fulltime/Anonymous
September 09, 2006
PingBack from http://mdavey.wordpress.com/2006/09/09/catching-up/Anonymous
September 09, 2006
PingBack from http://www.nhanlife.com/weblog/why-argue-about-dynamic-versus-static-languages-when-you-can-use-both/189Anonymous
September 10, 2006
PingBack from http://fucoder.com/2006/09/ironpython-10-released/Anonymous
September 10, 2006
PingBack from http://www.bieberlabs.com/wordpress/archives/2006/09/10/jon-udell-screening-room-screencast-on-ironpython/Anonymous
September 10, 2006
This week Jim Hugunin, lead architect on the CLR-team for IronPython, announced the release of IronPython...Anonymous
September 10, 2006
The IronPython and JRuby announcements have been making the rounds in the blogosphere. and of course I want to add my 2c. I think that these announcements are very significant and should be welcomed by people in both the Python and Ruby communities,Anonymous
September 13, 2006
PingBack from http://www.andreas-schlapsi.com/2006/09/14/ironpython-languagebinding-fur-sharpdevelop/Anonymous
September 18, 2006
Remember the good old days, when the language landscape was a simple two party battle, defined by Microsoft and .NET on the one hand, with Java and virtually every other large ISV on the other? Yeah, me neither. While I'm...Anonymous
September 27, 2006
PingBack from http://www.randyorr.net/blog/2006/09/links-for-2006-09-06/Anonymous
October 21, 2006
Ruby & Phyton are just some of the dynamic languages that I've been hearing about quite a bitAnonymous
October 23, 2006
PingBack from http://www.balanceonrails.com.br/articles/2006/10/24/evento-fnac-hoje-e-outras-coisas-maisAnonymous
November 03, 2006
As has been announced all over the Internet, the IronPython team shipped their 1.0 release this pastAnonymous
February 26, 2007
An interesting series of events have taken place over the last few months in regards to the .NET Framework.Anonymous
May 22, 2007
PingBack from http://blogs.zdnet.com/microsoft/?p=404Anonymous
July 24, 2007
The comment has been removedAnonymous
July 24, 2007
The comment has been removedAnonymous
July 24, 2007
The comment has been removedAnonymous
August 15, 2007
PingBack from http://www.andreas-schlapsi.at/2006/09/14/ironpython-languagebinding-fur-sharpdevelop/Anonymous
November 15, 2007
PingBack from http://darrenhickling.wordpress.com/2007/11/04/a-lot-of-reading-around/Anonymous
March 17, 2008
Mono.Cecil is an open source framework, part of the Mono project, that reads .NET assemblies, but alsoAnonymous
November 09, 2008
Compare oxycontin to oxycodone. Oxycontin vs. oxycodone.Anonymous
January 21, 2009
PingBack from http://www.keyongtech.com/1401847-codegear-in-the-news/9Anonymous
May 29, 2009
PingBack from http://paidsurveyshub.info/story.php?title=jim-hugunin-s-thinking-dynamic-ironpython-1-0-released-todayAnonymous
May 30, 2009
PingBack from http://outdoorceilingfansite.info/story.php?id=32Anonymous
May 31, 2009
PingBack from http://portablegreenhousesite.info/story.php?id=13494Anonymous
June 02, 2009
PingBack from http://woodtvstand.info/story.php?id=84081Anonymous
June 09, 2009
PingBack from http://insomniacuresite.info/story.php?id=8000