|
|
|
|
|
by tormeh
3942 days ago
|
|
Rust is a way better replacement for C/C++. If you didn't need those then you don't need Rust. It will make your software faster while not exploding in your face like C/C++, but it's not meant for you. There are other languages solving the kind of problems you care about. See: Erlang, Haskell, Idris/Agda, Scala. And frankly: Your definition of "hard" is a bit restrictive. |
|
not a fan of C++ but I personally think having to wade through the building blocks of C was an immensely valuable reverse turing test (ability of human to exhibit human-like behavior? apparently this term is already taken but you get my idea) and I bemoan the future where everyone is protected from their mistakes. How else did one build motivation to do it right? The gamble of a mistake is much more fun than of a compiler error.