28 Mar
This page contains lots of small examples of using Haskell's State Monad.
25 Jul
Massive and detailed documentation for Monads in Haskell
18 Mar
Konrad Hinsen opines briefly about the role of monads in clojure
22 May
Conal Elliott's comment on Reddit about the common confusion between IO and Monads in Haskell.
15 Feb
'What is a monad?' is the wrong question.
27 Jun
An article that looks at monads and other combinator based parsing using Arrow (and Applicative in the Haskell Reddit discussion).
19 Jun
Oleg examines generators in the context of exceptions and non determinism based on the LogicT monad.
14 Mar
A paper on logical programming in Haskell using Monads.
05 Feb
A stream processing library using arrows in Clojure.
03 May
Jim Duey's latest Monads in Clojure post looks at writing a parser for JVM bytecodes. This is a great practical example of using the state monad as the basis for a DSL. Don't miss the Performance note at the bottom.
08 May
A monadic Parser Combinator Library for Clojure