Hacker News new | ask | show | jobs
by satvikpendem 1023 days ago
Yeah, and I assume in the future Python will get its own JIT or AOT compiler, if people really demand it. Most Python for scientific programming is just a higher level glue code for the C++ underneath.
1 comments

Python already has JIT compilers (PyPy and Numba).