Y
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
posix_monad
785 days ago
Cross compilation story in C# is very good actually.
link
paulddraper
785 days ago
With Go, I can use my Linux CI server to compile a statically linked binary for MacOS.
link
posix_monad
785 days ago
You can publish across platforms with modern .NET
link