BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Jython Receives First Major Release in 4 Years with Version 2.2

Jython Receives First Major Release in 4 Years with Version 2.2

This item in japanese

Bookmarks
The Jython team has released the first major release of Jython in 4 years with version 2.2. Jython is a Java implementation of the Python language which compiles Python source code to Java byte code which then runs in the JVM. This version implements the internal architecture of Python 2.2 and features of Python 2.3. This version includes:

  • 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

Last month the Java Language Runtime project was created as an environment for projects developing languages for the JVM to share information. The Jython team provided one of the first contributions with the code for Jython's package caching mechanism.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Energy

    by Alex Popescu,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Congrats to the guys! I hope they will have the energy to continue at this speed at catch up with CPython 2.5.

    ./alex
    --
    .w( the_mindstorm )p.
    ________________________
    Alexandru Popescu
    Senior Software Eng.
    InfoQ TechLead&CoFounder

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT