Can you write general-purpose code in RPython?
Posted May 20, 2010 11:05 UTC (Thu) by
spiv (subscriber, #9031)
In reply to:
Can you write general-purpose code in RPython? by epa
Parent article:
PyPy: the other new compiler project
That's roughly what Pyrex and Cython do: provide a restricted variant of Python (with optional C type declarations!) that is compiled to C for you.
(
Log in to post comments)