Fortran

Ian Kelly ian.g.kelly at gmail.com
Tue May 13 23:43:34 EDT 2014


On Tue, May 13, 2014 at 6:10 PM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> 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.



More information about the Python-list mailing list