ryujin470 to No Stupid Questions@lemmy.world • 1 month agoAre there any programming languages with the same syntax as rust (or similar)?message-square5fedilinkarrow-up122arrow-down11file-text
arrow-up121arrow-down1message-squareAre there any programming languages with the same syntax as rust (or similar)?ryujin470 to No Stupid Questions@lemmy.world • 1 month agomessage-square5fedilinkfile-text
minus-square@sabin@lemmy.worldlinkfedilink2•1 month agoI take it you’re not a fan of the borrow rules? Would you rather manage your memory yourself, or would you rather use a language with a runtime? Those are your only 2 remaining options for managing memory if you exclude rust-like reference constraints.
I take it you’re not a fan of the borrow rules?
Would you rather manage your memory yourself, or would you rather use a language with a runtime?
Those are your only 2 remaining options for managing memory if you exclude rust-like reference constraints.