Exercism exercises in F#
We have an F# subcategory on the Exercism forum where you can get support for any issues you might be facing (build setup, failing tests, etc.) or brainstorm with other people for the solution.
Please see the contributing guide
PowerShell, Fantomas, and FSharpLint are are available in this repo as local tools. (This requires .NET Core >=3.0) Example usage:
> dotnet tool restore
Tool 'dotnet-fsharplint' (version '0.12.3') was restored. Available commands: dotnet-fsharplint
Tool 'fantomas-tool' (version '2.9.2') was restored. Available commands: fantomas
Tool 'powershell' (version '6.2.3') was restored. Available commands: pwsh
Restore was successful.
> dotnet fsharplint -sf generators/Track.fs
========== Linting generators/Track.fs ==========
========== Finished: 0 warnings ==========
========== Summary: 0 warnings ==========
> dotnet fantomas generators/Track.fs
generators/Track.fs has been written.
> dotnet pwsh ./test.ps1
Linting config.json
-> An implementation for 'bracket-push' was found, but config.json does not reference this exercise.
-> The implementation for 'bracket-push' is missing a README.
-> The implementation for 'bracket-push' is missing an example solution.
-> The implementation for 'bracket-push' is missing a test suite.
The F# Software Foundation logo for F# is an asset of the F# Software Foundation. We have adapted it with permission.