|
|
|
|
|
by owenm
1154 days ago
|
|
Starting with F# on Mac is worlds away from what it was in the past, I bet you could be up and running in 5 minutes: brew install dotnet-sdk
dotnet new console -lang F# (in your project directory)
Start VS Code in that directory, install ionide via extensions, write code⦠dotnet run
|
|
- JetBrains Rider (best IMHO)
- Visual Studio for Mac
- VS Code with Ionide