Hacker News new | ask | show | jobs
by pjmlp 1162 days ago
> It really feels at this point like Python has subsumed the best features of every dynamically typed language.

Except the small detail of having a mature set of JIT tooling (PyPy keeps striving for attention).

> Where else are you going to do your machine learning, for example?

Using any language with FFI to the same native libraries that Python uses.