Hacker News new | ask | show | jobs
by doubleplusgood 3357 days ago
Not the original parent, but my reasons for switching a couple of projects from Python to Go were primarily performance and ease of deployment (E.G., building a statically linked ELF takes a few seconds).

The syntax and ecosystem weren't really critical factors, but writing concurrent code is a lot more fun in Go.