Jython

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Jython
Jython Logo
Initial release January 17, 2001; 23 years ago (2001-01-17)[1]
Stable release 2.7.0 / May 2, 2015; 8 years ago (2015-05-02)[2]
Written in Python and Java
Operating system Cross-platform
Platform Java Virtual Machine
Type Python Programming Language Interpreter
License Python Software Foundation License (for older releases see License terms)
Website <strong%20class= "error"><span%20class="scribunto-error"%20id="mw-scribunto-error-1">Lua%20error%20in%20Module:Wd%20at%20line%20405:%20invalid%20escape%20sequence%20near%20'"^'. http://<strong%20class="error"><span%20class="scribunto-error"%20id="mw-scribunto-error-1">Lua%20error%20in%20Module:Wd%20at%20line%20405:%20invalid%20escape%20sequence%20near%20'"^'.Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).

Jython is an implementation of the Python programming language designed to run on the Java platform. It is the successor of JPython.[3]

Overview

Jython programs can import and use any Java class. Except for some standard modules, Jython programs use Java classes instead of Python modules. Jython includes almost all of the modules in the standard Python programming language distribution, lacking only some of the modules implemented originally in C. For example, a user interface in Jython could be written with Swing, AWT or SWT. Jython compiles to Java bytecode (intermediate language) either on demand or statically.

History

Jython was initially created in late 1997 to replace C with Java for performance-intensive code accessed by Python programs, moving to SourceForge in October 2000. The Python Software Foundation awarded a grant in January 2005. Jython 2.5 was released in June 2009.[4]

Status and roadmap

The most recent release is Jython 2.7.0. It was released on 2 May 2015 and is compatible with Python 2.7.[5]

Although Jython implements the Python language specification, it has some differences and incompatibilities with CPython, which is the reference implementation of Python.[6][7]

License terms

From version 2.2 on, Jython (including the standard library) is released under the Python Software Foundation License (v2). Older versions are covered by the Jython 2.0, 2.1 license and the JPython 1.1.x Software License.[8]

The command line interpreter is available under the Apache Software License.

Usage

Jython is one of two scripting languages (with Jacl) used in WebSphere Application Server. It is used in IBM Rational development tools, where Jython projects can be created using wizards. It is used as the main programming language for the DataMelt scientific computing. The usage of Jython for scientific applications was discussed in the books Scientific Data analysis using Jython Scripting and Java[9] and Numeric Computation and Statistical Data Analysis on the Java Platform.[10]

See also

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Jython 2.7 beta2 released! [1]
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. S.V.Chekanov, Scientific Data analysis using Jython Scripting and Java. Book. 497p. (Springer-Verlag, 2010, ISBN 978-1-84996-286-5)
  10. S.V.Chekanov, Numeric Computation and Statistical Data Analysis on the Java Platform, Springer, 2016. ISBN 978-3-319-28529-0

External links