Earlier quoted context omitted.
I've been coding for almost 20 years now, I definitely saw many changes in that time. Languages like Java and C# became huge, scripting languages like Python or JavaScript became not-just-scripting-languages. C went from "The English of programing languages" to "The Latin of programing languages". Then you have a newer generation starting to take over some niches with the likes of Go, Rust and a few others. If anythi…
> C went from "The English of programing languages" to "The Latin of programing languages". There's still a huge amount of development being done in C. > If anything what bothers me is not the lack of innovation in programming languages per se but the relative lack of innovation in program representation. One of the benefits of using text is you get a huge number of tools that work with it, without the things that ar…
That’s true, but you can store code in flat text files even if you don’t represent or manipulate it as plain text.