Hacker News new | ask | show | jobs
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
1 comments

Exactly. And you can even pick between 3 IDEs

- JetBrains Rider (best IMHO)

- Visual Studio for Mac

- VS Code with Ionide

Sublime text too with the fsautocomplete LSP server.