Lobsters
- Monads in Scala https://github.com/earldouglas/scala-scratchpad/tree/master/category-theory/monads#monads-in-scala 4 comments programming , scala
- [announcement] monad-log: A simple and fast logging monad http://hackage.haskell.org/package/monad-log 15 comments haskell
- monad-levels : a new library for dealing with monad stacks https://ivanmiljenovic.wordpress.com/2015/02/02/monadic-yak-shaving/ 4 comments haskell
- Book of Monads review https://www.goodreads.com/review/show/5290261455 5 comments scala
- Monad Transformers – Part 1: An Introduction https://rezigned.com/posts/monad-transformers-1/ 13 comments haskell
- Monads on monoids https://oscarcunningham.com/57/monads-on-monoids/ 5 comments math
- Demonstration of transparent monads https://gist.github.com/chrisdone/a60d9eccef13c5af36ea66881dfec9ed 3 comments haskell
- Using the Indexed State Monad and Dependent Types to Represent a Game of Poker https://santiagoweight.wordpress.com/2019/10/25/using-the-indexed-state-monad-and-dependent-types-to-represent-a-game-of-texas-hold-em/ 6 comments haskell
- Monads as Graphs (and a relationship to the Chomsky hierarchy in the comments) https://neilmitchell.blogspot.com/2019/10/monads-as-graphs.html 44 comments haskell
- Freer Monads, More Better Programs :: Reasonably Polymorphic https://reasonablypolymorphic.com/blog/freer-monads/ 37 comments haskell
- Type-safe monads and React https://medium.com/@giuseppemaggiore/type-safe-monads-and-react-499b4a2f56d7 7 comments programming
- Absolutely awesome presentation on Scala Eff Monad. https://www.youtube.com/watch?v=LhGq4HlozV4 5 comments scala
- Ten example uses of Monads http://haskellexists.blogspot.de/2017/02/ten-example-uses-of-monads.html 49 comments haskell
- Monads in Category Theory for Laymen http://andyshiue.github.io/functional/programming/2017/02/06/monad.html 21 comments haskell
- how does monad Distinguish the value that a Computation can produce from the computation itself? https://www.reddit.com/r/haskell/comments/4xyhof/how_does_monad_distinguish_the_value_that_a/ 13 comments haskell
- The Marvellously Mysterious JavaScript Maybe Monad http://jrsinclair.com/articles/2016/marvellously-mysterious-javascript-maybe-monad/ 13 comments javascript
- Functors, Applicatives, and Monads in Elixir http://www.slogsdon.com/functors-applicatives-and-monads-in-elixir/ 5 comments elixir
- Fishy Monad Tutorial http://maciejpirog.github.io/fishy/ 19 comments haskell
- I wrote another monad tutorial. Sorry. http://kevinmahoney.co.uk/articles/haskell-io/ 20 comments haskell
- IO Monad Considered Harmful http://blog.jle.im/entry/io-monad-considered-harmful 79 comments programming
- Monadic Parsers: Implementing a micro Parsec http://olenhad.me/articles/monadic-parsers/ 4 comments haskell
- Stateful computations in F# with update monads http://tomasp.net/blog/2014/update-monads/index.html 10 comments haskell
- (Continuation / Selection) Monad Transformers for Backtracking Search (MSFP14, pdf) http://www.eecs.qmul.ac.uk/~julesh/papers/monad_transformers.pdf 5 comments haskell
- [Tutorial] IO: You may say I'm a monad, but I'm not the only one! http://crabmusket.nfshost.com/2014/01/21/you-may-say-im-a-monad.html 15 comments haskell
- Extensible Effects -- An Alternative to Monad Transformers http://lambda-the-ultimate.org/node/4786 9 comments programming
- Erik Meijer on Monads -- QCon 2013 http://www.infoq.com/interviews/meijer-monads?utm_source=infoq&utm_medium=videos_homepage&utm_campaign=videos_row1 5 comments programming
- Adventures in Three Monads - Logic, Prompt, Failure http://web.mit.edu/~ezyang/public/threemonads.pdf 8 comments haskell
- gist: scalaz monadic query logging in play framework. feedback? suggestions? https://gist.github.com/dustingetz/5606201 2 comments scala
- Hulk: A Haskell IRC server - Nice example of real world monad without IO http://chrisdone.com/posts/hulk-haskell-irc-server 18 comments haskell
- A Small Example of the Scalaz IO Monad http://www.casualmiracles.com/2012/01/03/a-small-example-of-the-scalaz-io-monad/ 8 comments scala
- Snap-Boiler-Plate 2nd Revision -- Monadic Digestive Functors, Login Guards, and some other stuff. https://github.com/dracule/snap-boiler-plate/blob/master/SnapApp/UserUtils.hs 3 comments haskell
- Extending Monads for debugging in Haskell http://www.aloni.org/blog/?p=331 10 comments haskell
- Using kind polymorphism: monads as monoids http://monoidal.blogspot.com/2010/07/kind-polymorphism-in-action.html 9 comments haskell
- When writing performance-sensitive code, consider custom, specialized State/Reader/Writer monads http://stackoverflow.com/questions/3236442/iteration-of-a-randomized-algorithm-in-fixed-space-and-linear-time/3239837#3239837 9 comments haskell
- Monads *are* like burritos http://blog.plover.com/prog/burritos.html 22 comments haskell
- The pointed-set monad http://conway.rutgers.edu/~ccshan/wiki/blog/posts/pointed_set/ 3 comments haskell
- Build your own probability monads [pdf] http://www.randomhacks.net/darcs/probability-monads/probability-monads.pdf 2 comments compsci
- Monad Wars: The game (a Haskell tutorial) http://osfameron.vox.com/library/post/monad-wars---1-the-prompt.html 3 comments programming
- Monads, vector spaces and quantum mechanics pt. II: Quantum monads http://sigfpe.wordpress.com/2007/03/04/monads-vector-spaces-and-quantum-mechanics-pt-ii/ 3 comments programming
- Haskell Weekly News: Visual Haskell, the community report and a restricted IO monad http://sequence.complete.org/hwn/20061205 2 comments programming