Fsharp
Apparence
Command line
dotnet fsi # start F# Interactive
dotnet fsi script.fsx # run script.fsx
dotnet new console -o fsharp1 -lang f#
|
Dev env
- VScode
- Ionide for F# extension
dotnet fsi # start F# Interactive
dotnet fsi script.fsx # run script.fsx
dotnet new console -o fsharp1 -lang f#
|