Hacker News new | ask | show | jobs
by omar_kha 1823 days ago
Python dynamic type system is the reason it's easy to prototype ideas. Dont need to compile or remember if unsigned int or float required. It's the people's language. The next easiest would be JavaScript. Python does support type hinting and vscode parses it. I see there is even a Jit compiler numba out there for performance