You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Trigona-Harany f7d6537cd6 development/jython: Noted orphan status (no SBo maintainer). 10 years ago
..
README development/jython: Added (python for the java platform). 13 years ago
jython.SlackBuild several: Updated email address in my older SlackBuilds. 12 years ago
jython.info development/jython: Noted orphan status (no SBo maintainer). 10 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago

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.