Hacker News new | ask | show | jobs
by moldavi 1789 days ago
The same thing was loudly proclaimed about both C++ and Java, yet C is still here.
1 comments

C++ was hampered by the same safety problems C was. And Java had a VM and GC, which cripple performance and determinism. Rust solves both those issues.