Hacker News new | ask | show | jobs
by pjmlp 3287 days ago
Then by that point of view, C (hello UB), Python, Ruby, JavaScript, Java, among many other programming languages have failed as well.

Using my favorite scripting language (Python) as an example, I always need to check which version is installed on a given OS and then validate at https://docs.python.org/ if all the features I want are actually available on that version.

Not to mention CPython, PyPy, Cython, JPython differences on top of that.