357
Comment:
|
504
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
'''Jython''' | = Jython = |
Line 3: | Line 3: |
Jython is a Python interpreter implemented in Java. It can be fully integrated into own Java applications or alternatively Python applications - which have full access to Java classes - can be compiled into Java classes. More about Jython can be found here: [http://www.jython.org]. | Jython is a Python interpreter implemented in Java. It can be fully integrated into existing Java applications; alternatively, Python applications can be compiled into a collection of Java classes. Python programs running on the Jython virtual machine have full access to the Java classes and APIs. More about Jython can be found at the following places: |
Line 5: | Line 5: |
CategoryJython | * [[http://www.jython.org]] * [[http://wiki.python.org/jython|The Jython Wiki]] |
Line 7: | Line 8: |
Eclipse EclipsePythonIntegration |
---- CategoryJython CategoryImplementations |
Jython
Jython is a Python interpreter implemented in Java. It can be fully integrated into existing Java applications; alternatively, Python applications can be compiled into a collection of Java classes. Python programs running on the Jython virtual machine have full access to the Java classes and APIs. More about Jython can be found at the following places: