logoalt Hacker News

Rohansiyesterday at 5:28 PM1 replyview on HN

> If they could make the developer experience similar to Go, it would rule the world...

You can already AOT compile .NET software to an executable to run on whichever platform you need, just like Go.

Libraries need to be published into a package manager (NuGet) which is more friction than just importing from Git repos but it's not that bad.


Replies

hnrodeyyesterday at 6:02 PM

AOT is not a panacea and comes with some restrictions/trade-offs that need understood before depending on it in production.

show 2 replies