Hacker News new | ask | show | jobs
by tough 296 days ago
I love both Go and Rust but Go is GC no? Where rust shines is on its safety at compile time and lifetime/borrow/memory model imho

both are awesome tools!

1 comments

GC is ok for these use cases. In fact with such short-lived processes, GC is probably not even running before it terminates.