volkerwirsing@feddit.org to Technology@lemmy.worldEnglish · 6 days agoRust is Eating JavaScriptleerob.comexternal-linkmessage-square103fedilinkarrow-up1330arrow-down121
arrow-up1309arrow-down1external-linkRust is Eating JavaScriptleerob.comvolkerwirsing@feddit.org to Technology@lemmy.worldEnglish · 6 days agomessage-square103fedilink
minus-squareartificialfish@programming.devlinkfedilinkEnglisharrow-up3·5 days 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.