Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.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.044 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'url:sourceforge': 0.03; 'url:pypy': 0.09; 'python': 0.11; 'wrote:': 0.18; 'producing': 0.19; 'seems': 0.21; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; '13,': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'challenge': 0.61; 'effective': 0.61; 'more': 0.64 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=XDoCMXJGH/nmGClBUw5ALAVXOI4X6kcSlwKK/TbJaZA=; b=YMhwAv3Z/dGPDje7XDQ298Tl8/ONeN9SGkIpbg7E+w+l9QiWC9CNVamUQo2GXgNkA7 9ncxJWdhjlbVLxky54R8yI6GZFj48q9gLKuZRWvYi2lx+ZaKF1htrjN1chp2/1+/KE3y j15JzJQ2K4UjQ+7ouFdrgEsSkn8ctXUWIbr7rBHefDk7swDyuQ6Q4ZQR6yCW2hbVAbYV EFnWSZxXkKlM1nFS5OVierPn7t5IZ9dJqh1o2m6d4AoTaVq9HqD1j8iBzA0WarKP+VaR kZihuYu+xuPPUUjbMaKMBPvczlRax4eOPuLpFaiZabi3a0MIPEOTEy326B4NwLz7THm9 0Nrw== X-Received: by 10.68.191.39 with SMTP id gv7mr1235330pbc.90.1400039054987; Tue, 13 May 2014 20:44:14 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5372b488$0$29977$c3e8da3$5496439d@news.astraweb.com> References: <87tx91warf.fsf@elektro.pacujo.net> <85eh05cdjx.fsf@benfinney.id.au> <87ha50hagu.fsf@elektro.pacujo.net> <536b8411$0$29965$c3e8da3$5496439d@news.astraweb.com> <536b9308$0$29965$c3e8da3$5496439d@news.astraweb.com> <536bab23$0$29965$c3e8da3$5496439d@news.astraweb.com> <87mweotfe5.fsf@dpt-info.u-strasbg.fr> <87iopbtmh1.fsf@dpt-info.u-strasbg.fr> <871tvxtwgj.fsf@dpt-info.u-strasbg.fr> <8761l9pi3n.fsf@elektro.pacujo.net> <5372b488$0$29977$c3e8da3$5496439d@news.astraweb.com> From: Ian Kelly Date: Tue, 13 May 2014 21:43:34 -0600 Subject: Re: Fortran To: Python 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1400039536 news.xs4all.nl 2888 [2001:888:2000:d::a6]:41394 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71530 On Tue, May 13, 2014 at 6:10 PM, Steven D'Aprano wrote: > On Tue, 13 May 2014 22:57:16 +0300, Marko Rauhamaa wrote: > >> Producing an effective JIT for Python seems like a formidable challenge >> but not impossible in principle. > > Or in practice. > > http://pypy.org/ > > And it's predecessor: http://psyco.sourceforge.net/ Also numba, which is reminiscent of psyco, but with more features and Python 3 support.