Hacker News new | ask | show | jobs
by gquiniou 1481 days ago
If your project does not rely on on specific C++ libraries, I would recommend going with Rust.

The C++ build systems and package managers are a pain to use compared with cargo.

Also learning Rust is easier than learning C++.

1 comments

Yes, that's what I wanted to do as well. But it looks like it'll have to be C++ (I'm not the one who gets to decide).

I don't understand why there's such a large gap in tooling in the C++ world and other worlds such as Java/Web.