Fsharp: Install
Download and install
Run first fsharp script
copy and paste
printfn "hello"
save it as hi.fsx
run
dotnet fsi hi.fsx
Start fsharp interactive command line in shell
dotnet fsi
→ interactive commandline
copy and paste
printfn "hello"
save it as hi.fsx
run
dotnet fsi hi.fsx
dotnet fsi
→ interactive commandline