|
|
|
|
|
by vizzier
2937 days ago
|
|
.net core F# support has been pretty great from the initial stages of .net core from my basic usage. Biggest challenge seemed to be around type providers (F# system of generating strongly typed classes from dynamic data such as XML, CSVs, HTTP etc) but that's largely resolved. More info at https://github.com/fsprojects/FSharp.TypeProviders.SDK Great resources for getting started with F# at https://fsharp.org/ My personal preference is generally to install the SDK and use the http://ionide.io/ with VScode as it seems to work most reliably cross platform. |
|
I have .NET Core but the whole thing seems to require Mono and it isn't clear from fsharp.org that you can do without.