logoalt Hacker News

hn_submityesterday at 9:25 PM1 replyview on HN

I'm personally a big fan of garbage collected languages. It's just unfortunate that Microsoft chose C# not to be Ahead-of-Time (AOT) compiled but running on a virtual machine like Java (after which it was modeled after).

Alas, that ship has sailed and Rust has many interesting features so I'm comfy with it taking over the role of C/C++ over the next decades.


Replies

el_benhameenyesterday at 10:25 PM

Native AOT with C#/.net has come a long way, fwiw.

https://learn.microsoft.com/en-us/dotnet/core/deploying/nati...