I agree with the sentiment of the article, nowadays there is almost no reason to not use a high level language for most of the tasks... native code could be just plugged on demand.
That's exactly what Numba[0] does for python, just a decorator on a function and magically a function gets native performance by being compiled with llvm.
That's exactly what Numba[0] does for python, just a decorator on a function and magically a function gets native performance by being compiled with llvm.
[0] http://numba.pydata.org