Hacker News new | ask | show | jobs
by brigadier132 1134 days ago
How is it a good way to compare the languages when Rust is nothing like C++?
1 comments

... wat? imperative; compiled to machine code, either static exe or dynamic libs; builtin RAII & polymorphism (parametric, subtyping); maps, vectors, trees, and other data structures in the stdlib; raw access to pointers; C ABI compat. there are some big differences, but "nothing like c++" is absolutely not true.