Hacker News new | ask | show | jobs
by paulddraper 785 days ago
With Go, I can easily cross-compile a statically linked binary for each of the major platforms.

You cannot do that with C#.

1 comments

Cross compilation story in C# is very good actually.
With Go, I can use my Linux CI server to compile a statically linked binary for MacOS.
You can publish across platforms with modern .NET