Hacker News new | ask | show | jobs
by potta_coffee 1010 days ago
If I need concurrency these days, I just write it in Golang. My primary use for Python was one off scripts for cloud management / automation tasks. Today I write maybe 70% Golang and 30% Python.
1 comments

I agree. The team behind Go has thought a lot about concurrency right from the start, and it really shows.
Concurrency in Go is just so easy and powerful.