jython 发布 2.5 alpha

在sun 招安了两位主要jython开发者后不久,jython终于发布了很久以来最大的更新 2.5alpha

  • generator expressions
  • with statement
  • exceptions as new-style classes
  • unicode support more in line with CPython
  • decorators
Under the hood Jython 2.5 has a new parser based on ANTLR 3.1 and the compiler has been refactored to use ASM.

虽然,目前jython在python 2.5实现上落后于ironpython,但由于对django这样的python程序重视程度不同,jython跑django是远比ironpython来的好

http://downloads.sourceforge.net/jython/jython_installer-2.5a1.jar

你可能感兴趣的:(jython)