|
|
|
|
|
by milliams
3379 days ago
|
|
I can do the same with a Python program written 8 years ago given that Python 3.0 was released in December 2008. I don't think that it's Python's large standard library that was the issue since that was immediately compatible with Python 3, rather it was the large ecosystem (in fact particularly a small number of popular packages) which held things back by not porting soon enough. |
|
JS won't experience a directly similar thing because it started with default Unicode strings support (because it had to, and also because JS is slightly younger than Python and had that advantage).