Hacker News new | ask | show | jobs
by pjmlp 1383 days ago
I guess mono never happened...
2 comments

In fact, Keepass is actively supporting mono (they regularly have patches that improve mono support)
"natively" was the key word
I don't know as Mono is any less native than .NET, they both have to JIT the program's IL, and the .NET APIs don't really expose much of anything that's platform-specific so there isn't really a "native" platform.
Keyword for what?

Mono even had AOT compiler with capabilities that are only now landing on Native AOT, and are the underlying architecture for what made Blazor possible in first place.