There are quite a few attempts to make faster python implementation these days from pypy (A JIT built on top of rpython), pyston (yet another JIT that which uses llvm as a backend), pyparallel, nukita and I'm pretty sure there are a lot more.<p>Either the python community is being very prolific, or has no clue what will actually solve the problem, hence its trying everything.