Python JIT - something like that exists? I was quite surprised when I read the previous comparison article that such a project actually exists. It even goes one step further and, in addition to the classic JIT technique, wants to extract even more performance with the help of specialization of the generated code. Something like that has been done quite often in the realm of functional languages, so it's doable. In any case, a project worth keeping an eye on!