Jump to content

Jython

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Drt1245 (talk | contribs) at 19:11, 17 July 2020 (Reverted to revision 951840943 by Seanballais (talk) (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Jython
Initial releaseJanuary 17, 2001; 23 years ago (2001-01-17)[1]
Stable release
2.7.2 / March 21, 2020; 4 years ago (2020-03-21)[2]
Repository
Written inPython and Java
Operating systemCross-platform
PlatformJava Virtual Machine
TypePython Programming Language Interpreter
LicensePython Software Foundation License (for older releases see License terms)
Websitewww.jython.org Edit this at Wikidata

Jython is an implementation of the Python programming language designed to run on the Java platform. The implementation was formerly known as JPython until 1999.[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 Python source code to Java bytecode (an 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.2. It was released on 21 March 2020 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

See also

References

  1. ^ Wierzbicki, Frank (22 March 2015). "jython: 3d8067c56a1d NEWS". Retrieved 28 March 2015.
  2. ^ Wierzbicki, Frank (26 March 2020). "Jython 2.7.2 final released!". Frank Wierzbicki's Weblog. Retrieved 3 April 2020.
  3. ^ "JythonFaq/GeneralInfo - JythonWiki". 3 April 2014. Retrieved 28 March 2015.
  4. ^ Wierzbicki, Frank (16 June 2009). "Jython 2.5.0 Final is out!". Retrieved 2 July 2009.
  5. ^ "News". Jython. Retrieved 19 April 2020.
  6. ^ "JythonFaq". Jython's project. Retrieved 5 July 2009.
  7. ^ "Differences between CPython and Jython". Jython's project. Retrieved 5 July 2009.
  8. ^ "The Jython License". Jython's project. Retrieved 9 February 2008.
  9. ^ "Introducing Ignition - Ignition User Manual 7.9 - Ignition Documentation". docs.inductiveautomation.com. Retrieved 24 April 2019.