Note: this document will be expanded later.
For various options to install F# on your machine, see the documentation here.
These tutorials will use Visual Studio Community 2017 for presentation purposes.
In Visual Studio or Visual Studio Code, select some code in an *.fs
or *.fsx
file and press ALT+Enter
to quickly run/evaluate the selected code part in the F# interactive window.
You can also write code directly to the F# interactive console that will run when you close your code with a ;;
and press Enter.
Go to fsbolero.io (using Mozilla Firefox gives the best performance). This is a simple tool that runs completely in your browser to compile and run single file F# projects.