On 9 May 2014 22:06, Chris Angelico <ros...@gmail.com> wrote: > On Sat, May 10, 2014 at 6:45 AM, <jun...@gmail.com> wrote: >> 2 - Jit compiler for using from a web server. I mean, one has a web server >> running under Apache in a hosting service like Hostgator, Daddy Host or >> another inexpensive service. I decide to run a few applications in Racket, >> but the application requires number crunching. I install the Jit Racket in >> the hosting service, and call it from my dynamic generated page. My programs >> will run almost at the speed of optimised C. >> > > For number crunching, you can use the numpy library, which is highly > efficient. For general JIT compilation of actual Python code, PyPy > will do that. AFAIK there's no standard module for that, though.
There's also Numba for JIT compilation of Numpy code inside CPython. -- https://mail.python.org/mailman/listinfo/python-list