Skip to content

Jython_9241605

nxi edited this page Apr 9, 2015 · 1 revision
Created by Tony Lam, last modified on Jun 01, 2010

References

Articles

Jython with Java

Quote from Jython FAQ: There are two incompatibilities with modern CPython that often catch newcomers. First, Jython 2.1 does not implement any features added to CPython in version 2.2 or later. This includes language features such as generators, and library modules such as optparse. A more modern version of Jython is under active development. Second, Jython programs cannot use CPython extension modules written in C. These modules usually have files with the extension .pyc, .pyd or .dll. If you want to use such a module, you should look for an equivalent written in pure Python or Java.
Document generated by Confluence on Apr 01, 2015 00:11
Clone this wiki locally