Hacker News new | ask | show | jobs
by pjmlp 2380 days ago
If you want me to talk about language support on a given runtime instead, try to use F# on .NET Native, or VB.NET on Blazor.
1 comments

.NET Native is a separate compiler and runtime than the one being discussed afaik

And Blazor is part of a web framework that doesn't support VB.Net, not the underlying runtime.

Except all those runtimes are supposed to run the same MSIL.

Or if you prefer a more recent example, .NET Core only supports C++ on Windows.