Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #9405
| References | <bf9cd288-c187-402f-b444-b605a2a91572@glegroupsg2000goo.googlegroups.com> <CAAyd8cmLW7UvMhpR75dZGz2zupGZL7dFcGbUBnjBTX4d8HiRhA@mail.gmail.com> |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | 2011-07-13 09:18 -0600 |
| Subject | Re: What is the difference between PyPy and Python? are there lot of differences? |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.988.1310570378.1164.python-list@python.org> (permalink) |
On Wed, Jul 13, 2011 at 8:19 AM, Anthony Kong <anthony.hw.kong@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).
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What is the difference between PyPy and Python? are there lot of differences? ArrC <justmailnaveen@gmail.com> - 2011-07-13 07:06 -0700 Re: What is the difference between PyPy and Python? are there lot of differences? Chris Angelico <rosuav@gmail.com> - 2011-07-14 00:21 +1000 Re: What is the difference between PyPy and Python? are there lot of differences? sturlamolden <sturlamolden@yahoo.no> - 2011-07-13 08:03 -0700 Re: What is the difference between PyPy and Python? are there lot of differences? Ian Kelly <ian.g.kelly@gmail.com> - 2011-07-13 09:18 -0600 Re: What is the difference between PyPy and Python? are there lot of differences? Terry Reedy <tjreedy@udel.edu> - 2011-07-13 12:31 -0400
csiph-web