Remix.run Logo
bronlund 3 hours ago

Comparing Go and .NET is like comparing a Honda with an aircraft carrier with wheels.

MarkSweep 2 hours ago | parent [-]

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