Python compilers?

Yermat loic at yermat.net1.nerim.net
Tue May 18 13:46:47 EDT 2004


simo a écrit :

[...]
> I thought Pyrex was a hybrid of C and Python (like Jython/Java) not
> actually a Python-to-C convertor? And Pysco is just a different VM
> isn't it?

Pyrex is python plus access to C structures and type declarations. But 
then the current implementation create intermediary C files.

Psyco is not a different VM, it's like the JIT of java. It's a Just In 
Time compilers, ie it runs over the CPythonVM.

 > [...]

-- 
Yermat




More information about the Python-list mailing list