logoalt Hacker News

isbvhodnvemrwvntoday at 1:09 PM1 replyview on HN

Python had enough fun with 2 to 3 transition I think.


Replies

3eb7988a1663today at 4:15 PM

Honestly the problem was they did not go far enough. They hoped to have a minimal churn switch to avoid getting locked into bikeshedding for the rest of time. However, there was so little user user facing improvements that the required change hardly seemed worth porting. They also failed to initially offer any automatic porting tooling which could have increased adoption.

I will be forever mad that they did not use that as a breaking opportunity to namespace the standard library. Something like: `import std.io` so that other libraries can never conflict.