Hacker News new | ask | show | jobs
by sigi64 1175 days ago
Python, the language with global interpret lock, Is not the 2nd best language for everything, especially in the age od multicore processors.
1 comments

Python is the practical language for when you do your cpu intensive tasks outside of it as a feature, since the GIL isn’t a problem with io parallelism.

You’d do better complaining about still nascent, compared to alternatives, async support or lack of jit in the official implementation.