DEV Community

Discussion on: what's the advantage of golang instead of java or C# ?

 
coen_c7a57bc84f2f2 profile image
Coen de Wit

Dotnet can be compiled to machinecode for most platforms too. But the self-contained, compiled AOT and trimmed file is still quite a bit larger than a Golang package.