
May 25, 2020
9:55 p.m.
On Mon, May 25, 2020, 5:33 PM Christopher Barker
see numba: http://numba.pydata.org/
Also, I"m pretty sure one of the efforts to make a faster python was based on LLVM, but it didn't work out as well as hoped -- unladen swallow maybe?
Numba is great. Very easy and very fast. Pypy experimented with an LLVM target but decided it's own JIT was better for various reasons.