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 which includes parts of the CPython 2.5 standard library
  2. ·         IronPython assemblies targeting Silverlight and tools such as Chiron to improve the Silverlight dynamic development experience
  3. ·         The addition of more C-based standard modules such as cmath and _winreg
  4. ·         Significant improvements in importing compatibility and features
  5. ·         Distribution of IronPython under the Microsoft Public License which has been approved by OSI
  6. ·         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
  7. ·         Over 500 bugs have been closed in 2.0.  453 of these were reported on CodePlex
  8. ·         Support for precompilation of Python source files into a single dll

相关文章:

  • 2021-07-04
  • 2021-06-03
  • 2022-12-23
  • 2021-08-10
  • 2021-12-05
  • 2021-08-30
  • 2021-10-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2021-07-14
  • 2022-12-23
  • 2021-10-12
  • 2021-11-23
相关资源
相似解决方案