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: 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: References: From: Ian Kelly 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Wed, Jul 13, 2011 at 8:19 AM, Anthony Kong 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).