Hacker News new | ask | show | jobs
by mypalmike 2481 days ago
I like Python. But it loses in the upgrade comparison to Java. Existing Java code almost always just keeps working with new compilers and JVMs. And new JVMs tend to increase performance of your code for relatively little upgrade effort.
1 comments

In my uninformed opinion not including a python 2 interpreter in python 3 was the first mistake