My first (arguably) non-trivial Haskell. It scores a bowling game. This is probably stylistically terrible but over time as I learn more idiomatic Haskell I improve it. It can also be utilized via an untested, poorly functioning larval webserver also written in Haskell.
- Install Stack
- Run
stack build --ghc-options="-Wall -Werror"inside the project directory - Run
stack bowling-haskell-exeinside the project directory - Input numbers between 0 and 10 separated by spaces
- Press
Enter
* I'm not certain that I haven't missed something
- Install Stack
- Run
stack test