> The savings there would be negligible (in modern terms)

A word of praise for Go: it is pretty performant, while using very little memory. I inherited a few Django apps, and each thread just grows to 1GB. Running something like celery quickly eats up all memory and start thrashing. My Go replacements idle at around 20MB, and are a lot faster. It really works.

I’ve written a $SHELL and a terminal emulator in Go. It has its haters on HN but I personally rather like the language.