Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'syntax': 0.03; 'url:europython': 0.03; 'subject:Python': 0.05; 'cpython': 0.05; 'executable': 0.07; 'seemed': 0.07; 'statically': 0.07; 'python': 0.09; 'bonus.': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'python-based': 0.16; 'suite.': 0.16; 'url:talks': 0.16; 'wrote:': 0.17; 'else,': 0.17; 'why.': 0.17; '3.2': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'am,': 0.27; 'language.': 0.27; "d'aprano": 0.29; 'steven': 0.29; 'to:addr:python-list': 0.33; 'url:eu': 0.33; 'program,': 0.34; 'received:org': 0.36; 'message-id:@gmail.com': 0.36; 'test': 0.36; 'quite': 0.37; 'subject:: ': 0.38; 'comment': 0.38; 'supports': 0.38; 'nothing': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'little': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'end': 0.40; 'subject:now': 0.69; 'compiles': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Wed, 27 Feb 2013 10:43:27 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Nuitka now supports Python 3.2 References: <512ca830$0$30001$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <512ca830$0$30001$c3e8da3$5496439d@news.astraweb.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361987024 news.xs4all.nl 6941 [2001:888:2000:d::a6]:56930 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40070 On 02/26/2013 05:18 AM, Steven D'Aprano wrote: > Nuitka now supports Python 3.2 syntax and compiles the full CPython 3.2 > test suite. Interestingly, GvR seemed to be quite critical of it in his comment at the end of this post: https://ep2013.europython.eu/conference/talks/nuitka-the-python-compiler Not sure why. Nuitka is a very interesting little project. If nothing else, it might be a good way of providing an executable bundle for a python-based program, and a little speed-up is a bonus. I find it pretty interesting that he can statically compile a dynamic language.