minus-squarelordmauve@programming.devtoProgramming@programming.dev•C++ creator rebuts White House warninglinkfedilinkarrow-up3·8 months agoRust has a lot going for it beyond just the safety thing: excellent package manager, powerful trait system and generics, helpful compiler errors. The whole language is designed to help you avoid making the programming mistakes people tend to make, not just the borrow checker and memory safety. linkfedilink
Rust has a lot going for it beyond just the safety thing: excellent package manager, powerful trait system and generics, helpful compiler errors.
The whole language is designed to help you avoid making the programming mistakes people tend to make, not just the borrow checker and memory safety.