Re: Want to run it?
Since the upcoming SteamDeck runs Linux underneath, the situation for Linux generally ought to improve too! It seems to be OK-ish, at the moment...
https://www.protondb.com/
2 publicly visible posts • joined 8 Sep 2021
The redeeming features for Go seem to be:
built-in cross-compilation - you can build a mac or windows binary on your linux box with no extra effort
ease of distribution - a single .exe without any nonsense having to support users trying to understand RVM, virtualenv, PEAR, Maven, etc etc just to get their work done.
The single static .exe makes them easy for small containers too.
I guess if you are coming from Python you might think static typing is a benefit too.
Otherwise, there's an awful lot of busywork.