How To Install F# and Set Up a Local Programming Environment on Ubuntu 18.04
F# is a concise, open-source, functional programming language initially developed at Microsoft Research to extend .NET, Microsoft’s set of tools, libraries, and languages to build applications and services. In this tutorial, we will set up an F# programming environment on Ubuntu 18.04 using both .NET Core and Mono runtimes. We will then write some code examples to test and review build and compile methods.