On Wed, Jul 13, 2011 at 8:19 AM, Anthony Kong <anthony.hw.k...@gmail.com> wrote: > One of the main difference is that pypy supports only R-Python, which stands > for 'Restricted Python". > It is a subset of C-python language.
This is wrong. The PyPy *interpreter* is written in RPython. At the application level, PyPy supports the full syntax and semantics of Python (with a few minor differences of the same sort that you find in Jython or IronPython). -- http://mail.python.org/mailman/listinfo/python-list