Maybe we should accept victory and move on to less explored areas.
Ask HN: Do you think we need to keep evolving programming languages?
1–6 of 6 posts
Re: Ask HN: Do you think we need to keep evolving programming languages?
#2Re: Ask HN: Do you think we need to keep evolving programming languages?
#3Re: Ask HN: Do you think we need to keep evolving programming languages?
#4Re: Ask HN: Do you think we need to keep evolving programming languages?
#5Maybe 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
So, your point is correct, and yet there is real improvement.
Re: Ask HN: Do you think we need to keep evolving programming languages?
#6Is Haskell better with lens? Yes.
Is Go an improvement over writing concurrency in C++ or Java? Yes.
Are there no more improvements to make? I doubt it. (What are they? I don't know. I didn't know what would make C++ better, and yet I see the improvement in C++11.) I find it hard to believe that just because you and I can't see how to make things better, then nobody else can either.
I think, by the way, that the improvements aren't so much in what they let you write (though Go was), but more in what they make it so you don't have to write.