Hacker News new | ask | show | jobs
by qznc 3125 days ago
Java, C#, Ada, JavaScript, etc are more successful that Rust. The comparison is not good though because Rust is younger.

You could argue survivorship bias but that applies to Rust as well.

2 comments

They're not just older. JavaScript has a very special position, and both C# and Java had a tremendous marketing push.
They're more successful, but programming in Java and JavaScript is pretty painful (albeit in different ways).
Actually, Java has made programming easier compared to C++ with 'elegant Syntax' (similar to C++) and 'sensible semantics' (similar to Smalltalk) - especially 'without pointers'!

And probably, Kotlin has made it even simpler than Java.

So, it's an evolving process.

On the other hand, JavaScript - though still painful - has no alternatives... hence, JavaScript is still OK - without any close competitor!