Hacker News new | ask | show | jobs
by uriel 5630 days ago
A nice thing about Go is that is a relatively small language, and you can grasp the whole language and have a chance of holding the whole thing in your head without going insane in the process.

And despite that, it has plenty of interesting and fun parts like the implicit-interfaces type system, etc.