Jython
Template:Short description Template:Use mdy dates {{#invoke:Infobox|infobox}}Template:Template other{{#invoke:Check for unknown parameters | check | showblankpositional=1 | unknown = Template:Main other | preview = Page using Template:Infobox software with unknown parameter "_VALUE_"|ignoreblank=y | AsOf | author | background | bodystyle | caption | collapsetext | collapsible | developer | discontinued | engine | engines | genre | included with | language | language count | language footnote | latest preview date | latest preview version | latest release date | latest release version | latest_preview_date | latest_preview_version | latest_release_date | latest_release_version | licence | license | logo | logo alt | logo caption | logo upright | logo size | logo title | logo_alt | logo_caption | logo_upright | logo_size | logo_title | middleware | module | name | operating system | operating_system | other_names | platform | programming language | programming_language | released | replaced_by | replaces | repo | screenshot | screenshot alt | screenshot upright | screenshot size | screenshot title | screenshot_alt | screenshot_upright | screenshot_size | screenshot_title | service_name | size | standard | title | ver layout | website | qid }}Template:Main other
Jython is an implementation of the Python programming language designed to run on the Java platform. It was known as JPython until 1999.<ref>
{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
OverviewEdit
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.
HistoryEdit
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.<ref name="2.5.0">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Status and roadmapEdit
The most recent release is Jython 2.7.4. It was released on August 18, 2024 and is compatible with Python 2.7.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Python 3 compatible changes are planned in Jython 3 Roadmap.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
Although Jython implements the Python language specification, it has some differences and incompatibilities with CPython, which is the reference implementation of Python.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
License termsEdit
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.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
The command-line interpreter is available under the Apache Software License.
UsageEdit
- JBoss Application Server's command line interface scripting using Jython
- Oracle Weblogic Server Scripting Tool uses Jython
- IBM Rational development tools allow Jython scripting
- IBM WebSphere Application Server tool scripting with wsadmin allows using Jython and Jacl
- ZK – a Java Ajax framework that allows glue logic written in Jython
- Ignition - A software development platform focused on HMI and SCADA<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- Ghidra - a reverse engineering tool developed by the NSA allows plugins to be written in Java or Jython
- openHAB - home automation software
See alsoEdit
- List of JVM languages
- IronPython – an implementation of Python for .NET and Mono
- PyPy – a self-hosting interpreter for the Python programming language.
- JRuby – similar project for the Ruby programming language.
- GraalVM - a polyglot runtime written in Java, has a Python 3 implementation
ReferencesEdit
External linksEdit
Template:Python (programming language) Template:Java (Sun) Template:Authority control