Hacker News new | past | comments | ask | show | jobs | submit login

I prefer to think that in Go you don't do explicit memory management by default, while in Rust you do. Although you can laboriously opt out of explicit memory management (e.g., by tagging everything Rc<> or Gc<> and all of the ceremony that entails).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: