Jython 2.2 发布
Jython 2.2 发布了,这次发布的2.2版本实现了 Python 2.2 以及 2.3。
Jython 是Python 的Java实现。无缝地结合了Java类与Python,使用户能以Python语言的语法编写在Java虚拟机上运行的程序。
这次版本的新特性包括:
new-style classes
Java Collections integration
PEP 302 implementation
iterators
generators
__future__ division
support for running on JDK1.5 and 1.6
new installer
a significant number of features to bring Jython in line with CPython
官方站点:
http://www.jython.org/
Jython 是Python 的Java实现。无缝地结合了Java类与Python,使用户能以Python语言的语法编写在Java虚拟机上运行的程序。
这次版本的新特性包括:
new-style classes
Java Collections integration
PEP 302 implementation
iterators
generators
__future__ division
support for running on JDK1.5 and 1.6
new installer
a significant number of features to bring Jython in line with CPython
官方站点:
http://www.jython.org/