756 Forks
3520 Stars
3520 Watchers

fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio

How to download and setup fsharp

Open terminal and run command
git clone https://github.com/dotnet/fsharp.git
git clone is used to create a copy or clone of fsharp repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with fsharp https://github.com/dotnet/fsharp/archive/master.zip

Or simply clone fsharp with SSH
[email protected]:dotnet/fsharp.git

If you have some problems with fsharp

You may open issue on fsharp support forum (system) here: https://github.com/dotnet/fsharp/issues