Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.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.050 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.01; 'mrab': 0.05; 'subject:Python': 0.06; 'see:': 0.07; 'cc:addr:python-list': 0.11; 'thursday,': 0.16; 'wrote:': 0.18; 'looked': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'compiled': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'subject:what': 0.31; 'supposed': 0.32; 'quite': 0.32; 'fri,': 0.33; 'subject:the': 0.34; "can't": 0.35; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'url:org': 0.36; 'received:209': 0.37; 'gone': 0.61; 'john': 0.61; 'subject:latest': 0.84; 'same,': 0.91; 'to:none': 0.92; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:cc:content-type; bh=Bx7nbDQuEk1i/I7LWI2cRog5OA1ScH7gpGISZKjHLFo=; b=K0v81qVtH3WwxaHFBGl1lN2IgekybTlfwPCFC8birW9PxeCJU5Z5FVZLeNl6x9aS8k n9yRlyvhG+N1WiIaYxd2YX9iCSHOh2acihZy2dphs29JxsUMspgGdLtZt4+8Y6wwkc+C h7ea90kfWiIK4VVuQO4KOf67OyhY+7vzSgS5/gZVtyaOM5eMFRhUtg+FpRrTRZcRPpiT SAf+5J0H21ni0YFmqCWdsbZpnQmGFJAofBiiq3uM3ziky1TwODGhzUpObW8pPZpS+5yo 90M4jWqCg6yJvgh8IhxurRRopJn+hMixmJkc7YColzl2JiPzbRU3i5E6O/jkNK6vARL8 9euA== X-Received: by 10.52.229.234 with SMTP id st10mr4276538vdc.70.1365187114474; Fri, 05 Apr 2013 11:38:34 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <6ac24546-6cc6-4a01-9fa6-3b52d64484e3@googlegroups.com> From: Devin Jeanpierre Date: Fri, 5 Apr 2013 14:37:54 -0400 Subject: Re: JIT compilers for Python, what is the latest news? 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365187123 news.xs4all.nl 6977 [2001:888:2000:d::a6]:36894 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42844 On Fri, Apr 5, 2013 at 4:34 AM, John Ladasky wrote: > 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. There's no reason you can't use both cython and numpy. See: http://docs.cython.org/src/tutorial/numpy.html -- Devin