seth@lemmy.world to Programming@programming.dev · edit-21 year agoC++ creator rebuts White House warningwww.infoworld.comexternal-linkmessage-square104fedilinkarrow-up1157arrow-down112file-textcross-posted to: cpp@programming.dev
arrow-up1145arrow-down1external-linkC++ creator rebuts White House warningwww.infoworld.comseth@lemmy.world to Programming@programming.dev · edit-21 year agomessage-square104fedilinkfile-textcross-posted to: cpp@programming.dev
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up1arrow-down1·1 year agoBoth RefCell and unsafe are features of the language. That’s like saying python’s OOP sucks if you don’t use the class keyword.
minus-squarevext01@lemmy.sdf.orglinkfedilinkarrow-up1·1 year agoI’m not saying it sucks. I’m saying it can be less straight-forward than conventional languages, even for experienced programmers. The borrow checker is fantastic, but there’s no doubt that it requires a new way of thinking if you’ve never seen Rust before.
Both RefCell and unsafe are features of the language. That’s like saying python’s OOP sucks if you don’t use the
class
keyword.I’m not saying it sucks. I’m saying it can be less straight-forward than conventional languages, even for experienced programmers.
The borrow checker is fantastic, but there’s no doubt that it requires a new way of thinking if you’ve never seen Rust before.