volkerwirsing@feddit.org to Technology@lemmy.worldEnglish · 2 months agoRust is Eating JavaScriptleerob.comexternal-linkmessage-square103fedilinkarrow-up1332arrow-down121cross-posted to: [email protected]
arrow-up1311arrow-down1external-linkRust is Eating JavaScriptleerob.comvolkerwirsing@feddit.org to Technology@lemmy.worldEnglish · 2 months agomessage-square103fedilinkcross-posted to: [email protected]
minus-squareartificialfish@programming.devlinkfedilinkEnglisharrow-up3·2 months agoGo routines are certainly special and hard to match, but rust has all the normal abstractions of a language like C, just with a borrow checker so you can avoid memory leaks, write after read, etc.
Go routines are certainly special and hard to match, but rust has all the normal abstractions of a language like C, just with a borrow checker so you can avoid memory leaks, write after read, etc.