Python compilers?

Peter Hansen peter at engcorp.com
Fri May 21 09:20:10 EDT 2004


Fuzzyman wrote:

> Funnily though, most people call Java a compiled language, but it only
> compiles to Java bytecode which runs on the virtual machine. Python
> precompiles to python bytecode which runs on the python virtual
> machine. So arguably it is *as* compiled as Java.....

Actually, there are compilers that produce native machine code from
Java for several CPUs available, and they are used at least in the
embedded world.

-Peter



More information about the Python-list mailing list