Hacker News new | ask | show | jobs
by tomohawk 1690 days ago
You can learn go in a week, and be proficient quickly. You will find you can read pretty much any go code written by anyone. The source to everything is available.

Rust is more like c++. It contains not-so-easy concepts dealing with memory that require different approaches. It will take 6 months or more to get there.