Re: [Jpype-users] Jpype vs Jython?
Status: Beta
Brought to you by:
devilwolf
|
From: <men...@gm...> - 2007-07-13 11:54:40
|
JPype integrates both the Python native VM (aka CPython) and Java's JVM. Jython instead more or less re-implemented the Python interpreter in Java (the specifics are actually a bit more complicated, since Jytho is more of a python-to-JVM compiler in most cases) ... So jython's integration with Java is better.Jython however cannot use Python extensions. Any that have native code for example. Jython is also trailing behind in language support. JPype has more problems integrating, but allows you to use ALL python extensions. On 7/13/07, datulaida <dat...@gm...> wrote: > > > hi all... > what is difference between Jpype and Jython? > tq > -- > View this message in context: > http://www.nabble.com/Jpype-vs-Jython--tf4072843.html#a11575038 > Sent from the jpype-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Jpype-users mailing list > Jpy...@li... > https://lists.sourceforge.net/lists/listinfo/jpype-users > -- Steve Menard ------------------------------ Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Rick Cook, The Wizardry Compiled ------ There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence. -- Jeremy S. Anderson |