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

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: