Comment on Rust is Eating JavaScript
artificialfish@programming.dev 3 weeks 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.