|
|
|
|
|
by spacechild1
821 days ago
|
|
> I've yet to see a valid scenario where C++ is superior to Rust, Python and Go. What? Python and Go are used in entirely different domains. Not everything is a web backend! Today C++ is used mainly for performance critical applications: HPC, realtime audio, video editors, game engines, web browsers, operating systems, etc. In these fields, Rust would be pretty much the only practical alternative, but it still needs to catch up with the massive and mature(!) C++ ecosystem. Things like Eigen cannot even be implemented efficiently in Rust because its metaprogramming features are still too limited. |
|