Hacker News new | ask | show | jobs
by baby 2409 days ago
Really? Golang feels like the most evolved non-system language out there to me, perhaps with Swift.

Everything works out-of-the-box, it has tooling for formatting, building, getting dependencies, generating docs, and so on.

Its standard library is the most feature-complete and the most impressive standard library I've seen in any programming language.

Code written in Golang is always a pleasure to read.