Hacker News new | ask | show | jobs
by dnh44 1690 days ago
>How does Rust do this? Does it only apply to memory management?

https://doc.rust-lang.org/book/ch04-00-understanding-ownersh...

This link explains it pretty clearly with example code (which is easy enough to understand even if you've never seen rust code before).

1 comments

If correctness only applies to memory management then choosing it’s not a benefit in deciding Go or Rust because Go has garbage collection.
It applies to everything.