|
Sponsored Links
Resources
.NET Research Library
Get .NET related white papers, case studies and webcasts
|
News
News
News
|
Messages: 2
Messages: 2
Messages: 2
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
IronPython 1.0 released
Microsoft has released IronPython 1.0, an implementation of the Python language for .NET. Its goal is to complement or supplement C# and VB.NET coding efforts, providing a fast scripting language running on the CLR.
Released on the CodePlex site, this scripting language is said to be largely compatible with standard Python implementations. In the area of garbage collection the Microsoft crew has deliberately set out to change things, hoping to improve on this feature implementation. A list of differences from CPython is available.
The language includes an interactive interpreter with dynamic compilation. Programmer Jim Hugunin, who created Jython, a Java version of Python, led the three year effort to create Iron Python, which began outside Microsoft. Hugunin freely admits that his first motivation in taking on the project was to prove performance deficiencies in Microsoft’s CLR.
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".
Instead, he found that Python could run well on the CLR – sometimes even faster than a C-based implementation. Now, Hugunin says:
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.
What do you think? Is a new scripting language needed in the .NET tool box?
IronPython Links Download information - Codeplex Differences to CPython - Codeplex Jim Hugunin blog MSDN Iron Python commentary - Scott Gu site, ASP Weblogs
Other programming language items of interest Ruby CLR garners Tech Ed attention June 14, 2006 @ 05:46 PM development. A Tech Ed dual-session on John Lam's work on Ruby and the CLR as well as Microsoft's work on IronPython drew considerable interest. Windows PowerShell: Monad on steroids? April 25, 2006 @ 01:58 PM Our bet is that Windows PowerShell will not interest developers as much as IronPython . This is much more about finding a better means of scripting within Exchange and MOM.
From the vaults Python joins the CLR July 29, 2004 Noted languages developer Jim Hugunin has released version 0.6 of IronPython, an open-source (licensed under the Common Public License) CLR implementation of the Python programming language, even as he joins the CLR team at Microsoft. Hugunin is probably best well-known for his work in implementing the AspectJ programming language while working for the Xerox PARC research center. The CLR isn't as bad as we thought for dynamic languages April 02, 2004 @ 06:01 PM It would be interesting to compare the performance of IronPython (CLR) and Jython (JVM). On average, the PyStone benchmark shows IronPython is %150 faster ...
|
|
Message #217413
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Gr8 News
Congrats Jim, this is great news that MSFT has delivered a fine scripting language like Python on to CLR. This is also a great news for many Python programmers who would get access to the power .Net framework.
I hope the IronPython team takes enough initiative to fill in some pages on MSDN with articles, so that people can adopt IronPython.
For the enthusiasts, http://www.voidspace.org.uk/python/weblog/arch_Python.shtml has some tutorials of IronPython (its been around for a while).
Cheers, Srikanth.
|
|
Message #217436
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: IronPython 1.0 released
Congratulations ! I've been monitoring this project for months, and I already use IronPython (RC1) to script one of my product. Hope there wasn't much change in the script engine, just bug fixes :)
|
|
 |
| |
|
New content on TheServerSide.NETNew content on TheServerSide.NETNew content on TheServerSide.NET |
 |
 |
Language "mashups" will become more prominent, and developers will become polyglots, one programmer suggests.
SearchWinDevelopment.com offers an introduction to the language, performance, testing and data management improvements in VS 2008.
VBCode.com code snippets cover all aspects of application development, from data binding to security to the user interface.
Get up to date on XAML best practices with a variety of articles, tutorials and webcasts. [SearchWinDevelopment.com]
One team's experience with the VSTS DB edition suggests that it can improve workflow for dev teams. It also enhanced Agile efforts.
(June 24, Article)
Microsoft has begun to include DSL tools in the VSTS kit. A new book by Steve Cook and other VSTS team members helps set the stage.
(June 24, Article)
Cartoon: Be it ever so humble there is no place like your home after you get a Microsoft Home Server .
(June 18, Cartoon)
Microsoft's Thom Robbins says new technology to highlight in NET 3.5 includes AJAX, LINQ for both C# and VB, as well as tooling enhancements intended to ease the task of building WPF, WF and WCF apps.
(June 29, Podcast)
Venkat Subramaniam discusses AJAX bottlenecks, the tenets of Agile development and more. He spoke at the Ajax Experience.
(June 25, Tech Talk)
In the second of a two-part series, Michele Leroux Bustamente discusses design decisions related to the claims-based security model. Read the story and walk through the process for creating a set of claims-based utilities to encapsulate claims authorization at the service tier.
(May 24, Article)
Understanding why the Entity Framework exists and learning where it can fit into your projects can get you prepared for the eventual release early next year.
(May 10, Article)
Resource: This learning guide gives you quick access to useful links on Windows Communication Foundation security information.
(April 24, Article)
TSS.NET's Jack Vaughan spoke recently spoke with Microsoft's Brad Abrams to find out what he is seeing in the field and what the chefs in Redmond are cooking. Along the way he discusses patterns of AJAX frameworks.
(April 11, Article)
In a two-part series, Michele Leroux Bustamente explains how claims-based security is supported by WCF, and how you can implement a claims-based security model for your services.
(March 29, Article)
Windows Workflow Foundation is a new technology that many developers will need to get their heads around. In a brief excerpt adapted from Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#, K.Scott Allen considers aspects of workflow definition.
(March 22, Chapter Excerpt)
|
|