|
|
|
|
|
by throwawayapples
1678 days ago
|
|
Go is another that strives for backwards compatibility: https://golang.org/doc/go1compat After seeing the Perl5/6 schism, I was hopeful that the Python devs wouldn't make the same disastrous mistake, but.. the same happened with us with approximately 100k lines of Python 2 code (which we are now in the process of porting to Go and Rust), precisely for this reason. It's exceedingly difficult to form trust in language developers who are willing to break working, production code in use all over the world for decades over a new unicode type and a few wishlist library items. |
|