Hacker News new | ask | show | jobs
by pansa2 2214 days ago
> Go [...] binaries are not portable.

Maybe not, but Go has excellent support for cross-compilation. You can still support users on multiple platforms while only developing and building on one.