Jython Receives First Major Release in 4 Years with Version 2.2

Jythonはバージョン2.2メジャーリリースした模様。
このバージョンはPython2.2の内部アーキテクチャとPython2.3の特徴を実装してるようです。


JythonJavaバイトコードPythonソースコードコンパイルするPythonJava実装で
モペからは「もう少しかなー」と聞いてたし2.1のリリースは2001年が最後で2.2a1は2005年だったので開発止まったのかと思ったくらい。


今回の2.2は以下の機能が含まれています

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

via : http://www.pushtotest.com/thecohenblog/jython-2-2-ships


JythonTOPページにはこう書かれています

Jython, lest you do not know of it, is the most compelling weapon the Java platform has for its survival into the 21st century:-)


most compelling weapon!!!

追記:python-ml-jp:4118でも報告がありますが日本語が使えません。
   ソースを読んでみましたが時間切れ><
   PyとかPyStringとかparseを見たけどJythonは基本PyObjectを押さえとけば良いね。