Hacker News new | ask | show | jobs
by spinny 1652 days ago
Wrote Go code daily for quite some time, also tried Rust.

I like Go because of the tooling and simplicity of the language, it's easy to learn and explain.

Rust has the borrow checker has a corner stone. The concept mutability and references is easier to understand if you are coming from the c/c++ side of things