slackbuilds/development/jython
Benjamin Trigona-Harany f7d6537cd6 development/jython: Noted orphan status (no SBo maintainer).
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2016-02-23 00:57:41 +07:00
..
README development/jython: Added (python for the java platform). 2012-12-18 12:35:51 +01:00
jython.SlackBuild several: Updated email address in my older SlackBuilds. 2013-11-03 15:14:21 -06:00
jython.info development/jython: Noted orphan status (no SBo maintainer). 2016-02-23 00:57:41 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

Jython is an implementation of the Python programming language written 
in Java. Jython programs can use any Java class, and includes almost
all modules in standard Python.

Jython is able to compile Python source code down to Java bytecodes 
which can then run directly on a JVM; it also includes a set of 
libraries which are used by the compiled Java bytecodes and extra 
support to make it easy to use Java packages from within Jython.