minus-squaresabin@lemmy.worldtoNo Stupid Questions@lemmy.world•Are there any programming languages with the same syntax as rust (or similar)?linkfedilinkarrow-up2·4 days 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. linkfedilink
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.