Hacker News new | ask | show | jobs
by nicoburns 957 days ago
I can't name 150, but since C++ was released in the 80's there has been: JavaScript itself, Java, C#, PHP, Python, Ruby, Go, Swift, Kotlin, and many other very popular languages in the "higher level programming languages" category. And only really Rust has reached a comparable level of popularity in the "systems level language" category (with perhaps D and Zig in the next "tier").
1 comments

Category systems programming.

Cedar, Ada, Modula-2, Modula-2+, Modula-3, Oberon, Oberon-2, Component Pascal, Object Pascal, Turbo Pascal, Delphi, Active Oberon, OCaml, Objective-C, Oberon-07

A lot of those are even older than C++. And of your list, only Objective-C has seen adoption on the scale of Rust, and it both predates C++ and requires a much heavier runtime than C/C++/Rust.
CFront was released in 1983.

I bet you can manage yourself to find out when the other ones came into the world of computing.

NeXTSTEP drivers were written in Objective-C, macOS DriverKit is named in homage to the original NeXTSTEP DriverKit.

Metal is written in Objective-C, with C++14 as basis for Metal Shading Language.

As for adoption, moving goalposts, I thought we were talking about system languages being created, not about taking the computer market by storm.