I like Go, because it teaches you different approach and mindset in comparison to JS, Java, c++...
It's so boring to program in though. I wrote the backend for https://grepmed.com in golang. tbf it runs like a top; it's just dreadfully verbose. It's basically C but with a great standard library, concurrency primitives, gc, and package management. Somehow, it's still not as fun to program in as C is.
Programming in Lisp expanded my programming mindset more than any language I've programmed in. The ability to basically create bespoke DSLs for everything just blew my mind.
reply