Monads, articles and videos - coffee-js/languages GitHub Wiki
Articles
in Haskell
- Functors, Applicatives, And Monads In Pictures
- Haskell 初心—认识 Monad
- Monad tutorials timeline
- Three Useful Monads
Examples
in JavaScript
- igstan / state-monad.coffee
- Simple Monads Example (CoffeeScript)
- Translation from Haskell to JavaScript of selected portions of the best introduction to monads I’ve ever read
- You Could Have Invented Monads! (And Maybe You Already Have.)
- Monads: redux
- Monads in plain JavaScript
- jQuery is a Monad
- A Gentle Intro to Monads … Maybe?
Videos
Brian Beckman
Brian Marick
- Monad Tutorial, Part 1 (Monads as Deciders / Identity Monad)
- Monad Tutorial, Part 2 (Notation, the Maybe Monad)
- Monad Tutorial, Part 3 (Sequence monad and patcher functions)
- Monad Tutorial, Part 4 (State Monad, Parts of a Monad)