« Fsharp » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
|||
Ligne 1 : | Ligne 1 : | ||
= Command line = | = Command line = | ||
<kode lang='ps'> | <kode lang='ps'> | ||
dotnet fsi # | dotnet fsi # start F# Interactive | ||
dotnet fsi script.fsx # run script.fsx | |||
dotnet new console -o fsharp1 -lang f# | dotnet new console -o fsharp1 -lang f# |
Version du 23 septembre 2022 à 14:18
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