Differences between revisions 2 and 18 (spanning 16 versions)
Revision 2 as of 2003-03-28 18:13:40
Size: 318
Editor: 161
Comment: Added Jython page to CategoryJython
Revision 18 as of 2011-12-30 01:46:54
Size: 504
Editor: snowballs-chance
Comment:
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]]

----
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:


CategoryJython CategoryImplementations

Jython (last edited 2014-03-13 22:45:15 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.