Hacker News new | ask | show | jobs
by Nelkins 2412 days ago
C# and F# don't require the installation of a runtime per se . With the most recent versions of .NET Core, C# and F# applications can be published as completely self-contained applications.

(Yes .NET languages have a runtime, but I don't think that's what the author was referring to).