Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!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.030 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.01; 'mrab': 0.05; 'subject:Python': 0.06; 'to:addr:comp.lang.python': 0.09; 'cc:addr :python-list': 0.11; 'thursday,': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'compiled': 0.26; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; 'subject:what': 0.31; 'supposed': 0.32; 'quite': 0.32; 'subject:the': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'gone': 0.61; 'subject:latest': 0.84; 'same,': 0.91; '2013': 0.98 X-Received: by 10.50.60.1 with SMTP id d1mr197284igr.6.1365150859855; Fri, 05 Apr 2013 01:34:19 -0700 (PDT) Newsgroups: comp.lang.python Date: Fri, 5 Apr 2013 01:34:19 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=99.100.180.25; posting-account=aVGMWgkAAAB6mGKt34gyuFhFeGnfZNcf References: <6ac24546-6cc6-4a01-9fa6-3b52d64484e3@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 99.100.180.25 MIME-Version: 1.0 Subject: Re: JIT compilers for Python, what is the latest news? From: John Ladasky To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: , Message-ID: Lines: 4 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365153369 news.xs4all.nl 6978 [2001:888:2000:d::a6]:55519 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42798 On Thursday, April 4, 2013 7:39:16 PM UTC-7, MRAB wrote: > Have you looked at Cython? Not quite the same, but still... I'm already using Numpy, compiled with what is supposed to be a fast LAPACK. I don't think I want to attempt to improve on all the work that has gone into Numpy.