logoalt Hacker News

jopsenyesterday at 11:56 PM0 repliesview on HN

We're all biased here, me included.

IMO the concurrency model in go is the biggest reason, I'd hesitate to use it.

Managed memory, single threaded with lots of lints and good tooling. Is IMO what can raise my confidence in code, before I even review it.

Granted golang has a really good stdlib. Which counts for a lot.