The last paragraph: "Python remains one of the two most used scripting languages despite its poor performance,” the developer reflects. “Will there be a language to displace Python in the next decade? I am not optimistic.” " and lack of Julia representation is “upsetting” if nothing else.
Imho the “Conclusions” section of that benchmark were written too early, before code review from all the language experts. We’ve already seen huge speedups from simple changes like fixing the loop order to match the array layout, and more changes are in the pipeline.
I was wondering how Pypy got into the top ranks and my hunch was right, no classes. The benchmarks didn’t need composite types that much I suppose. Still impressive how far JITs have come, though.