This is for participation in Advent of Code and learning some F#
Some basics need to be installed for F# to work. On ubuntu:
- add the mono package repo
apt-get install mono-devel fsharp
Run tests using vscode task runner or dotnet run --project Advent2018/Tests/Tests.fsproj
- https://docs.microsoft.com/en-us/dotnet/fsharp/get-started/get-started-vscode
- https://atlemann.github.io/fsharp/2018/02/28/fsharp-solutions-from-scratch.html
- https://fsprojects.github.io/Paket/index.html
- https://docs.microsoft.com/en-us/dotnet/standard/frameworks
- https://fsharpforfunandprofit.com/
- http://dungpa.github.io/fsharp-cheatsheet/
- https://github.com/fsprojects/awesome-fsharp
- https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/
- figure out how to get ionide to recognize modules from other files