Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.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.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.04; 'pm,': 0.11; 'this:': 0.11; 'wrote:': 0.14; '[by': 0.16; 'subject:Java': 0.16; 'url:debian': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'cheers,': 0.20; 'language': 0.20; 'programming': 0.20; 'seems': 0.21; 'header:In-Reply-To:1': 0.22; 'cc:addr:python-list': 0.22; 'dropped': 0.23; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'fri,': 0.29; 'probably': 0.30; 'cc:addr:python.org': 0.31; 'does': 0.31; 'anyone': 0.31; 'apr': 0.38; 'steven': 0.38; 'received:google.com': 0.38; 'languages': 0.38; 'url:org': 0.38; 'header:Received:5': 0.40; '2011': 0.62; 'received:74.125.83': 0.69; 'url:r': 0.78; 'url:php': 0.79; '11:34': 0.84; 'url:comments': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ga8Sbg+NB9pco0mOgDuspvm3D1G4Nfs+Vt+IeWQcfRk=; b=dXixgDq6sSgyX0syNkE+2Zi3g97O00sogZDoDO8/i3x429ec6ptvaNjYjSdI+YDiW9 1W9Bwa4UkTitVdZpEoAe0okUdj5B4Adq2EfAlXZ8ud8s0dVnVrnQJz/N+XKxS0H6JSvg 4+DGX0K0H9+Z7a4GkFJNhva8gZHurxSpysbfI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=XTqe1xFCEYLX/yAoiZB5fwrmjFQB3ifobNi1l7QpDqvv0jLgLZNlU7Z8tI8zfwsXyg rZSdTrOZ1s3GRxKbbN8P5/Qjub5m6Ix7us6mMekoy1ronwhQkFMb+TwdglmpDtaMGinm dX6J2PXNXd0YMz44PMshQkneRGFFhVkOi6tbs= MIME-Version: 1.0 Sender: chris@rebertia.com In-Reply-To: <4d9ffe0c$0$29986$c3e8da3$5496439d@news.astraweb.com> References: <4d9ffe0c$0$29986$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 9 Apr 2011 00:08:38 -0700 X-Google-Sender-Auth: igW76m5FWXJykRiyirbJQR5xTec Subject: Re: Python 3.2 vs Java 1.6 From: Chris Rebert To: "Steven D'Aprano" Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org 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: 20 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302332922 news.xs4all.nl 81481 [::ffff:82.94.164.166]:35571 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:2894 On Fri, Apr 8, 2011 at 11:34 PM, Steven D'Aprano wrote: > Have a look at the programming language shoot- > out: > > http://shootout.alioth.debian.org/ > > Don't jump to conclusions: > > http://shootout.alioth.debian.org/dont-jump-to-conclusions.php > > [By the way, does anyone know why the number of languages in the shootout > seems to have dropped drastically?] Probably related to this: http://www.reddit.com/r/programming/comments/glvgk/lua_jit_pypy_tracemonkey_python_27_jruby_and/ Cheers, Chris