Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I thought that PyPy is restricted to only a subset of Python called "RPython" (stands for Restricted Python) so it's not fully compatible at all with CPython. Correct me if I'm wrong though as I'm far from being a Python guru.


Only the pypy interpreter is written in RPython, code running in pypy is written in normal python. See http://codespeak.net/pypy/dist/pypy/doc/coding-guide.html for more info


My understanding is that RPython is used to implement PyPy itself, but PyPy can interpret up to Python 2.5.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: