On Tue, May 13, 2014 at 6:10 PM, Steven D'Aprano <[email protected]> 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. -- https://mail.python.org/mailman/listinfo/python-list
