CPython vs. Jython/JPython

Jaroslav Gergic j_gergic at yahoo.com
Wed Nov 1 04:31:54 EST 2000


Bill de hÓra wrote:
> Or, to sadly follow myself up, why have:
> 
> Python -> Java -> C
> 
> when you can have:
> 
> Python -> C
> 

But what about this:

Python source --(Python JIT)--> Java bytecode --> JVM + JIT --> C

Meaning: instead of Python interpreter written in Java to
have Python JIT (or ahead of time compiler) (written in Java) generating
directly Java bytecode and use JVM.

(in case of ahead of time compiler it can be written in C)

Regards
Gergi

Jaroslav Gergic



More information about the Python-list mailing list