Hacker News new | ask | show | jobs
by mbfg 1780 days ago
Aren't almost all of them old at this point? The numbers of people using what most people would count as new is pretty small percentage wise.
1 comments

Even the newer ones aren't that new - Rust, Go, Kotlin, Julia are over 10 years old at this point. TypeScript is 8.
What's the newest -real- language do we think? Not just "gained popularity recently" but actually newer.
This depends on how we define a language.

Ada 2012, for instance, is a significant update to Ada proper (better integrated support for design by contract, among other things). The next iteration (and its SPARK subset) is potentially closing some of the gap between Ada and Rust in the areas where Rust is presently "safer" (by some measure, here primarily memory safety) than Ada.

C++20 versus C++98 (what I initially learned) is a very different language (or has the potential to be) thanks to its greatly expanded support for certain modes of programming that C++98 did not offer. But its differences with C++17 are a lot smaller, so they're more obviously "the same" language.

Swift might be the most important of the newest languages. Of course there's a new language every day, but swift has a significant user base and is still under 10.