it's great to use another programming language every once in a while
it *really* makes you appreciate how good your usual workflow, language design, tooling and package management are
my usual: ECMAScript
now working with: Go
things I miss/run into:
- type system I don't like but I can manage with it
- dependency management is incredibly opinionated and something like working on internal packages straight up doesn't work when you fork a project the usual way...
- no livereloading (nodemon <3)
@f0x I really miss stuff like mapping and flatmapping... Go can be a royal pain in the arse sometimes
this is not to say what I normally use is inherently better, but it's what works best for me (and that's why I use it)