[pypy-dev] Pyrex

Florian Schulze florian.proff.schulze at gmx.net
Tue Jan 14 15:42:39 CET 2003


Hi!

I just thought that for some core functionality and interfacing to C
functions something similar to Pyrex could be used. Just an extension to
the python language to easily call C code from it. Not emmiting C code like
Pyrex does, but doing it directly somehow. Something like a mix of calldll,
ctypes and pyrex. Psyco then could be run over it to improve the code
unlike in the current Pyrex implementation which just emmits C blindly and
not very efficiently.

Florian
ps: Pyrex is really a great tool, it's very easy to write interfaces with it.





More information about the Pypy-dev mailing list