An open API service indexing awesome lists of open source software.

https://github.com/tolikpylypchuk/fsbowling

A library which calculates a bowling score, written in F#
https://github.com/tolikpylypchuk/fsbowling

dotnet-core dotnet-standard f-sharp functional-programming

Last synced: 18 days ago
JSON representation

A library which calculates a bowling score, written in F#

Awesome Lists containing this project

README

          

# FsBowling

An app which calculates a bowling score, written in F#.

This is a very simple app, developed for self-education.
It is written in a purely functional style (using lots of monads).
Some of the code may be artificially made too complex for its use
case, but the whole point was to learn about pure functional
constructs, so I tried to cram as many of them as possible here.