Maybe I am wrong but there is nothing that can be done today that could not be done in a 30 year old language. I am certainly glad IDEs have evolved though
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.
So, your point is correct, and yet there is real improvement.