diff options
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. |