Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I love their choice of Go because of how simple it is to generate a static executable with no dependencies (ie no dotnet runtime).


With C# you can either bundle dotnet runtime with the executable, or use native AOT, which compiles to a binary without the runtime.

However, in both native AOT and Go you actually have some parts of the runtime bundled in (e.g. garbage collector).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: