Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'languages,': 0.04; 'cpython': 0.05; 'interpreter': 0.05; 'versions.': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; '(do': 0.16; '23,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ironpython': 0.16; 'subject:Pypy': 0.16; 'prevent': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'meant': 0.20; 'feb': 0.22; '>>>': 0.22; 'cc:addr:python.org': 0.22; "aren't": 0.24; 'features,': 0.24; 'stick': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'generally': 0.29; 'cool': 0.30; 'message- id:@mail.gmail.com': 0.30; '3.x': 0.31; "d'aprano": 0.31; 'libraries': 0.31; 'steven': 0.31; 'another': 0.32; 'received:google.com': 0.35; 'subject:?': 0.36; 'should': 0.36; 'pm,': 0.38; 'rather': 0.38; 'recent': 0.39; 'does': 0.39; 'moving': 0.39; 'release': 0.40; 'new': 0.61; 'different': 0.65; '2015': 0.84; 'alternative.': 0.84; 'to:none': 0.92; 'wanting': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=zmQ22HLXnwc1JqAUwKqT2ZLXorqTLGaqpwUBgXO1RR0=; b=NEMnF29D7abPN0aCpDGh35QADlus6fqpmqJOSzM0cpCoJrV3H+YD5E3QEFoDyPjbQ+ bNtReNlGFiFxFaP+QHwV+3KqeqHD1MK+n6Jn+3bPDHyAsF8IUoZmXD/0qidus7+2LMDR j69NOgahUeLQud1mBCwrjl05K7J71LyN2wg1zlZJjWKN4pFRceL98Hvpjy9cOAIJMhgp 1pfnvfAKpHO9WphM2Ag7h/2VgnKCKS/YfciIIikqaYuXTRrOb/WQaSOyc6n1lJc5Lru/ qB/R5TdAFF+4IqJkYC5sSE2z3+DvDVUyt465aK2SGjRwPR3f4nrSvliCnek6hdlVcwCt pJdw== MIME-Version: 1.0 X-Received: by 10.107.128.219 with SMTP id k88mr12229659ioi.27.1424683174894; Mon, 23 Feb 2015 01:19:34 -0800 (PST) In-Reply-To: <54ead9aa$0$12930$c3e8da3$5496439d@news.astraweb.com> References: <87fv9xdb22.fsf@jester.gateway.pace.com> <54ea7ff4$0$12983$c3e8da3$5496439d@news.astraweb.com> <87zj85bcyu.fsf@jester.gateway.pace.com> <54ead9aa$0$12930$c3e8da3$5496439d@news.astraweb.com> Date: Mon, 23 Feb 2015 20:19:34 +1100 Subject: Re: Future of Pypy? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424683178 news.xs4all.nl 2851 [2001:888:2000:d::a6]:48312 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86203 On Mon, Feb 23, 2015 at 6:41 PM, Steven D'Aprano wrote: >>> - and you must be using libraries and tools which prevent you moving to >>> Jython or IronPython or some other alternative. >> >> I don't get this at all. Why should I not want Python to have the same >> capabilities? > > Python does have the same capabilities. Jython and IronPython aren't > different languages, they are Python. Presuming that he meant CPython, one other good reason for wanting to stick with it rather than jump to another interpreter is all the new features of the recent versions. (Do Jython or IronPython support Python 3.x at all, even?) Every new release of CPython has new and cool features, and the other Pythons are generally playing catch-up. ChrisA