F# on .NET Core Ubuntu
Installing an F# development environment on Ubuntu is easy! We use .NET Core as the runtime rather than the traditional Mono, and then install the VS Code editor with the F# extension Ionide.
First up install .NET Core. Follow the instructions on the Microsoft website. These will always be up to …






