Comments by "raianmr" (@raianmr2843) on "Go is faster than Rust??! Go vs Rust vs TypeScript Servers (as a scientist)" video.
-
I don't know if this is a hot take or not but I feel that C++ is about several orders of magnitude better than C for this use case. Lack of classes is totally acceptable but lack of namespaces, generics, destructors, and so on just goes to show just how aging C is. C++ can be exponentially complex, but at least you get to write C-like code exclusively if that's what you prefer and at the same time use some nice modern programming concepts. This is exactly why STL was written using C++ even though its original creator hated the language.
My suggestion is, if you're trying to get a job in the low-level space asap or get into academia, learn and stick to C++. If you're interested in compiler, kernel, embedded, etc. progamming, C makes it easy to predict generated machine instructions and so learn and stick to C. Otherwise Rust is the best option for you among the three from a language perspective.
2
-
2
-
1
-
1
-
1
-
1
-
1
-
1