|
|
|
|
|
by UltraViolence
1253 days ago
|
|
I believe Rust will ALWAYS be beneficial compared to MMM languages because it will save time in the long run. Programs with Rust will always be rock-stable, unlike many C/C++ programs which are more like a house-of-cards. |
|
How do you know that? Is there any data backing that up?
I've never seen any research showing that a programming language, no matter how strict (Haskell, Ada, Rust) actually improves the reliability of software, except for comparisons between memory-safe and non-memory-safe languages. It almost always goes down nearly entirely to development process and team skills/experience, showing anything else convincingly would be a huge breakthrough.