Differences between revisions 12 and 18 (spanning 6 versions)
Revision 12 as of 2006-05-10 01:24:51
Size: 543
Editor: 63-192-0-26
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]. 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:
(Somebody who knows please update this page with what's ''really'' happening with Jython. The Jython home page hasn't been updated for over a year and Brian Zimmer's development blog is 404.)
----
See ["Eclipse"]
 * [[http://www.jython.org]]
 * [[http://wiki.python.org/jython|The Jython Wiki]]
Line 10: Line 9:
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.