BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News IronPython 2.0 Has Been Released

IronPython 2.0 Has Been Released

Leia em Português

This item in japanese

Bookmarks

Microsoft has released IronPython 2.0 on CodePlex, the .NET implementation of the Python language. The most important improvement is running on top of the Dynamic Language Runtime (DLR).

According to CodePlex, notable improvements are:

  • An MSI installer for Windows platforms which includes parts of the CPython 2.5 standard library
  • IronPython assemblies targeting Silverlight and tools such as Chiron to improve the Silverlight dynamic development experience
  • The addition of more C-based standard modules such as cmath and _winreg
  • Significant improvements in importing compatibility and features
  • Distribution of IronPython under the Microsoft Public License which has been approved by OSI
  • Performance improvements. On that note, a new Wiki page has been created for IronPython performance reports – see http://www.codeplex.com/IronPython/Wiki/View.aspx?title=IronPython%20Performance
  • Over 500 bugs have been closed in 2.0. 453 of these were reported on CodePlex
  • Support for precompilation of Python source files into a single dll

Other useful links: IronPython Home Page, Release Notes, Source and Binary Downloads, Compiled IronPython, an InfoQ news about IronPython’s relationship with the DLR/CLR.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Real world usage?

    by Al Tenhundfeld,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    I know IronPython has been growing in popularity as the Microsoft developer community learns to embrace dynamically typed languages. But I've yet to hear about a significant production application written entirely or even partially in IronPython.

    They must exist; I'd like to hear more about them.

  • Re: Real world usage?

    by Atif Aziz,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    See ResolverOne:
    www.resolversystems.com/

  • Re: Real world usage?

    by Atif Aziz,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    @Al Tenhundfeld: See ResolverOne:
    www.resolversystems.com/

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT