Hacker News new | ask | show | jobs
by gogogo_allday 988 days ago
Here are the reasons I chose it for a few projects: single binary distribution; easy concurrency; low system overhead; small language; garbage collection; semver respect; and opinionated styling.

I used it for pushing data around on a server and a cli. The easy concurrency was the killer feature for the server, and single binary distribution for the cli.