not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · edit-22 days agocenterDiv.jslemmy.blahaj.zoneexternal-linkmessage-square56fedilinkarrow-up1553arrow-down16file-text
arrow-up1547arrow-down1external-linkcenterDiv.jslemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · edit-22 days agomessage-square56fedilinkfile-text
minus-squarepewpew@feddit.itlinkfedilinkarrow-up19arrow-down2·2 days agoEww Rust! I hate memory safe languages, I love torturing myself with C
minus-squareMark with a Z@lemmy.kde.sociallinkfedilinkarrow-up10·2 days agoYou can wrap everything in unsafe and keep living dangerously!
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up4·2 days agounsafe doesn’t deactivate memory safety. It only allows you to then create raw pointers and whatnot, which you could use to circumvent memory safety, but all the normal language constructs still do enforce it.
minus-squareMark with a Z@lemmy.kde.sociallinkfedilinkarrow-up3·23 hours agoI know, but it does let you sled off a cliff if you choose to.
minus-squarebricklove@midwest.socialcakelinkfedilinkEnglisharrow-up6·2 days agoNah, they had it right
minus-squareQuazarOmega@lemy.lollinkfedilinkarrow-up4·edit-22 days agoKnew someone would say that, lol, gold project, sad that it’s gone unmaintained and my man started working on home-manager at home …wait
Eww Rust! I hate memory safe languages, I love torturing myself with C
You can wrap everything in unsafe and keep living dangerously!
unsafe
doesn’t deactivate memory safety. It only allows you to then create raw pointers and whatnot, which you could use to circumvent memory safety, but all the normal language constructs still do enforce it.I know, but it does let you sled off a cliff if you choose to.
FTFY
Nah, they had it right
Knew someone would say that, lol, gold project, sad that it’s gone unmaintained and my man started working on home-manager at home
…wait