seth@lemmy.world to Programming@programming.dev · edit-28 months agoC++ creator rebuts White House warningwww.infoworld.comexternal-linkmessage-square104fedilinkarrow-up1157arrow-down112file-text
arrow-up1145arrow-down1external-linkC++ creator rebuts White House warningwww.infoworld.comseth@lemmy.world to Programming@programming.dev · edit-28 months agomessage-square104fedilinkfile-text
minus-squarelordmauve@programming.devlinkfedilinkarrow-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.
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.