Jump to content

Jython

From EDM2
Revision as of 21:13, 28 March 2016 by Reiknir (talk | contribs) (Created page with "A Python interpreter that runs on Java, it got a lot of interest around the years 2003-5 as it was at the least as fast as the native Python interpreter and in some ca...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Python interpreter that runs on Java, it got a lot of interest around the years 2003-5 as it was at the least as fast as the native Python interpreter and in some cases such as dealing with larger programs actually at times less troublesome, however improvements in the code of the original Python have more or less relegated Jython to a niche of integration into Java systems such as the Eclipse editor and as an alternative on embedded system that have good Java support. Version 2.7 and later require Java 7 so will not work on OS/2, however the Java 6 compatible 2.5.4 is still getting bug fixes in the trunk.

Versions

Links