|
|
|
|
|
by AnimalMuppet
2250 days ago
|
|
Anything could have been done in 30-year-old languages. Take, for instance, pre-STL C++. (The STL came out in 1993-4). You can do anything in it. But using the STL is a whole lot nicer than having to write all that by hand, and has fewer bugs to boot. Then you've got C+11/14, which is much improved. So, your point is correct, and yet there is real improvement. |
|