IronPython 2.0 is finally released

来源:互联网 发布:淘宝配送地址怎么设置 编辑:程序博客网 时间:2024/06/05 10:02
Download:
http://www.codeplex.com/IronPython/Release/ProjectReleases.aspx?ReleaseId=8365

IronPython 2.0 is created by refactoring 1.1 codes to DLR, plus many improvements as the following:

  1. ·        An MSI installer for Windows platforms whichincludes parts of the CPython 2.5 standard library
  2. ·        IronPython assemblies targeting Silverlight andtools such as Chiron to improve the Silverlight dynamic development experience
  3. ·        The addition of more C-based standard modulessuch as cmath and _winreg
  4. ·        Significant improvements in importingcompatibility and features
  5. ·        Distribution of IronPython under the MicrosoftPublic License which has been approved by OSI
  6. ·        Performance improvements.  On that note, anew Wiki page has been created for IronPython performance reports - see http://www.codeplex.com/IronPython/Wiki/View.aspx?title=IronPython%20Performance
  7. ·        Over 500 bugs have been closed in 2.0.  453of these were reported on CodePlex
  8. ·        Support for precompilation of Python source filesinto a single dll
原创粉丝点击