|
|
|
|
|
by xapata
2740 days ago
|
|
Python 3 is quite similar to Python 2. They made some breaking changes, but nowhere near like Perl 6. The real stumbling block was str vs unicode, which they didn't realize would be such a pain when making the decision. There's breaking changes and there's writing a new language. It's a spectrum. |
|
There is also Perl 6, and I've recently read about Go 2. Swift changes every couple of months in incompatible ways.