Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #9405
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <ian.g.kelly@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'pypy': 0.07; 'python': 0.08; 'syntax': 0.11; 'wed,': 0.12; 'am,': 0.13; 'wrote:': 0.15; 'jython': 0.16; 'python".': 0.16; 'subject:PyPy': 0.16; 'subject:between': 0.16; 'subset': 0.16; 'cc:addr:python-list': 0.16; 'written': 0.17; 'level,': 0.19; 'header:In-Reply-To:1': 0.22; 'sort': 0.28; 'language.': 0.28; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'anthony': 0.30; 'differences': 0.30; 'semantics': 0.30; 'subject:?': 0.31; 'minor': 0.32; 'difference': 0.34; 'stands': 0.35; 'subject:What': 0.35; '(with': 0.35; 'cc:2**1': 0.37; 'received:google.com': 0.38; 'received:209.85.161': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'received:209': 0.40; 'full': 0.63; 'subject:are': 0.70; 'kong': 0.84; 'subject:there': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=NJT0e2Dtd6bpd6QXAVa7BAXWNeADs0IRfOm/Y4PPdWk=; b=QKQlDWKx/9ZIYF1Q6a5beglNIS9yiRy3bm4+gK8m9udc8J7HgPOI8MnRlLnvYPA7mh woMPl4yClJ/mTgVbvJB/VG+zsHLqch+fZAR21MFZnMnMwqibSES+aA/UATcHL1AysBCg pXUhEEqw1dVCQSO1RYZUmFzJOJSl2HG2apFlw= |
| MIME-Version | 1.0 |
| In-Reply-To | <CAAyd8cmLW7UvMhpR75dZGz2zupGZL7dFcGbUBnjBTX4d8HiRhA@mail.gmail.com> |
| References | <bf9cd288-c187-402f-b444-b605a2a91572@glegroupsg2000goo.googlegroups.com> <CAAyd8cmLW7UvMhpR75dZGz2zupGZL7dFcGbUBnjBTX4d8HiRhA@mail.gmail.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Wed, 13 Jul 2011 09:18:59 -0600 |
| Subject | Re: What is the difference between PyPy and Python? are there lot of differences? |
| To | Anthony Kong <anthony.hw.kong@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org, comp.lang.python@googlegroups.com |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.988.1310570378.1164.python-list@python.org> (permalink) |
| Lines | 9 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1310570378 news.xs4all.nl 23949 [2001:888:2000:d::a6]:60871 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:9405 |
Show key headers only | View raw
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