I would love to be able to use Rust in my professional project. Unfortunately, I am doing high performance scientific computing. Rust doesn't even come close to offer any good alternative to cross-plateform, cross-device (CPU/GPU) libraries such as OpenMP Target, Kokkos, SYCL, ... I believe we need Nvidia/AMD to take Rust seriously (I'm not sure it is even possible without unsafe everywhere) to be able to offer good libraries.In my world, using C++ is the modern language, because most project are stuck with Fortran.
pdimitar|1 year ago
My broader point was that C/C++ are still kings in some areas but people insist on using them where a bunch of languages do better today.
miki123211|1 year ago
pjmlp|1 year ago
Shorel|1 year ago
There's a huge difference between C and C++. There's a big difference between 2001 version of C++ and 2021 version of C++.
The languages are so different that, in general, something that happens to one of them doesn't apply to the other.