|
|
|
|
|
by jen20
997 days ago
|
|
I’m with you on Python 2 to 3 being a fine idea and an improvement but… > You would have exactly the same problems if you tried to compile old K&R C code or C++ code from 20 years ago using modern compilers. Or tried to feed modern C# code to a compiler from 10 years ago. If you feed 10 year old C# to a modern compiler it will compile it fine. I’d imagine most C and C++ of even 20-year vintage will still compile. The issue is of forward compatibility, not backwards. |
|
Likewise C and C++ have had enough breaking changes since 2010.