diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2012-12-18 12:35:35 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-18 12:35:51 +0100 |
commit | 0ee417e1c75f5a4313cab3dc1c6999ea07053893 (patch) | |
tree | 92f1d746a1e88bb3e0b495fe6de9e057967e924b /development/jython/README | |
parent | 3a9f0354bd9ed979eff4f4d132d7d027f54bcb1a (diff) | |
download | slackbuilds-0ee417e1c75f5a4313cab3dc1c6999ea07053893.tar.gz |
development/jython: Added (python for the java platform).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/jython/README')
-rw-r--r-- | development/jython/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/jython/README b/development/jython/README new file mode 100644 index 0000000000..87bf4a0cd8 --- /dev/null +++ b/development/jython/README @@ -0,0 +1,8 @@ +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. |