Hacker News new | ask | show | jobs
by imachine1980_ 1688 days ago
i think you mean node and javascript, or c# and blazor, or dart, or rust and web assembly.....
1 comments

I think most of those languages need a GC, excluding them from some niches. Rust is probably closest to C++ in this respect. Most notable difference is that Rust restricts the programmer to ensure correctness, whereas in C++ anything that can be correct should compile.