|
|
|
|
|
by behindsight
172 days ago
|
|
> You can also do some inbetween systems programming in C# if you don’t care about a VM or msft. C# Native AOT gets rid of the JIT and gives you a pretty good perf+memory profile compared to the past. It's mostly the stigma of .NET Framework legacy systems that put people off, but modern C# projects are a breeze. |
|
I’m looking forward to seeing how it shapes out over the next few years. Especially once they release union types.