Skip to content

MarkDucommun/bowling-haskell

Repository files navigation

bowling-haskell

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.

How To Run

  1. Install Stack
  2. Run stack build --ghc-options="-Wall -Werror" inside the project directory
  3. Run stack bowling-haskell-exe inside the project directory
  4. Input numbers between 0 and 10 separated by spaces
  5. Press Enter

* I'm not certain that I haven't missed something

How To Test

  1. Install Stack
  2. Run stack test

About

First non-trivial Haskell program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published