Live data from Hacker News

What’s so great about Go?

stackoverflow.blog

1–2 of 2 posts

Re: What’s so great about Go?

#2
Concurrency and speed aside, Go is just simple to pick up and easy to build working applications with minimum dependencies. This makes it a perfect Swiss Army Knife for many situations, even if it’s not an individual or a team’s core technical competence.

As a friend of mine said once, “Go is 21st Century pseudo-code that actually works”.