Differences between revisions 15 and 18 (spanning 3 versions)
Revision 15 as of 2007-05-11 17:11:31
Size: 507
Editor: CameronLaird
Comment:
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] and here [http://wiki.python.org/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:

 * [[http://www.jython.org]]
 * [[http://wiki.python.org/jython|The Jython Wiki]]
Line 6: Line 9:
See ["Eclipse"]



----
[http://www.unixreview.com/documents/s=7887/ur0303f/ Here]
is a review of two books written on Jython.

----
CategoryJython
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.