Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mightybyte/monad-challenges
A set of challenges for jump starting your understanding of monads.
https://github.com/mightybyte/monad-challenges
Last synced: 18 days ago
JSON representation
A set of challenges for jump starting your understanding of monads.
- Host: GitHub
- URL: https://github.com/mightybyte/monad-challenges
- Owner: mightybyte
- License: other
- Created: 2016-01-19T10:57:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T14:15:00.000Z (over 3 years ago)
- Last Synced: 2024-10-11T23:42:32.662Z (about 1 month ago)
- Language: Haskell
- Homepage: http://mightybyte.github.io/monad-challenges/
- Size: 318 KB
- Stars: 324
- Watchers: 13
- Forks: 76
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Monad Challenges
The goal of this project is to provide a roadmap for hands-on exploration and
experimentation with monads. It is still rough and there is a fair amount
content that could be added.## Contribution Guide
The site is a static site generated with
[Hakyll](http://hackage.haskell.org/package/hakyll). To make edits to the text
or to add new sets/exercises, you should edit the markdown files in
[monad-challenges-code/hakyll/pages](https://github.com/mightybyte/monad-challenges/tree/master/hakyll/pages).To build, run `nix-build` from the `monad-challenges-code` directory.
To regenerate the HTML, go to the `monad-challenges-code/hakyll` directory and
run `./regen.sh`.If you want to contribute, but don't know what to do, check out the [open
issues](https://github.com/mightybyte/monad-challenges/issues) and see if you
can help with anything there.