Hacker News new | ask | show | jobs
by theshrike79 1864 days ago
Exactly this. Go is the language you use when you need to get shit done, reasonably performant and easily distributed to different operating systems.

The language actively hinders any attempts to be fancy or "expressive". You write (or copy/paste) the same pattern(s) over and over again.

On the other hand, you can pick up pretty much anyone's Go codebase and quickly see how it works. No need to figure out what flavour of metaprogramming or other fancy crap the original author was a fan of at the time of writing.

It's boring, it pays the bills. You can be expressive with other languages on your own time.