Live data from Hacker News

Thoughts on Learning Go

swlkr.com

1–2 of 2 posts

Re: Thoughts on Learning Go

#2
I bet you'll end up loving Go for the same reasons you dislike it at first.

* Simplicity (simple concurrency, readability, interfaces...)

* Static typing (errors caught at compile time)

* Error checking (tedious at first but... you'll see!)