Hacker News new | ask | show | jobs
by nightski 2985 days ago
How is this relevant to the discussion though? F# works on either .NET Core or the regular .NET Framework.
1 comments

Eh, it mostly works on .Net Core. There's still some bugs with the compiler around Generative Type Providers when running the compiler on the .Net Core runtime, forcing you to compile with a build of fsc running on mono or the full .Net Framework.

Still, for all intents and purposes you are correct - but there's still some growing pains in the tooling that are hard to ignore.