您的位置:首页 > 编程语言 > Python开发

IronPython 2.0 is finally released

2008-12-11 16:12 232 查看
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:

·
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: