Hacker News new | ask | show | jobs
by bronlund 34 days ago
Comparing Go and .NET is like comparing a Honda with an aircraft carrier with wheels.
1 comments

Eh, at least for people consuming .NET apps compiled with NativeAOT, the experience is similar. Applications can be compiled as a single file with no dependancies. A hello world in .NET is half the size of one in Go:

https://github.com/MichalStrehovsky/sizegame