Implementing my own Python interpreter

Scott David Daniels Scott.Daniels at Acm.Org
Tue Oct 14 22:17:40 EDT 2008


Stefan Behnel wrote:
> You should take a look at Cython, which translates Python code to C. 
Also take a gander at RPython in the PyPy project.
It is a restricted subset of Python on top of which they implement
Python.


--Scott David Daniels
Scott.Daniels at Acm.Org



More information about the Python-list mailing list