Hacker News
- Effectful Haskell: IO, Monads, Functors http://slpopejoy.github.io/posts/Effectful01.html 62 comments
Lobsters
- What's a Monad? Digging into Haskell https://blog.scottnonnenberg.com/what-s-a-monad-digging-into-haskell/ 3 comments elixir , haskell
- Implementing a category-theoretic Hask-monad in Haskell https://medium.com/@brettwines/implementing-a-category-theoretic-hask-monad-in-haskell-7bf662f2e98b#.lytgw2anh 4 comments haskell
- What is a monad morphism (in Haskell)? https://www.haskellforall.com/2022/02/what-is-monad-morphism-in-haskell.html 12 comments haskell
- Haskell monads and the nest of lies https://blog.johncs.com/posts/monads-and-how-we-lie.htm 17 comments haskell
- Haskell like monads in Scheme. http://blog.hornquist.se/hugo/?filename=20190410monad.md 13 comments scheme
- Haskell: If monads are the solution, what is the problem? http://danghica.blogspot.com/2018/07/haskell-if-monads-are-solution-what-is.html 20 comments haskell
- Revisiting 'Monadic Parsing in Haskell' http://vaibhavsagar.com/blog/2018/02/04/revisiting-monadic-parsing-haskell/ 6 comments haskell
- "Someone ought to do an nLab write-up on the way that monads are typically presented in Haskell or other programming environments, since it’s not the usual way that monads are presented by category theorists" https://nforum.ncatlab.org/discussion/7284/monad-transformer/?focus=59169#comment_59169 15 comments haskell
- 3 Approaches to Monadic API Design in Haskell https://blog.pusher.com/3-approaches-to-monadic-api-design-in-haskell/ 26 comments haskell
- Grasping Haskell: functors, applicatives and monads (Part 1) https://medium.com/@xanderdeseyn/grasping-haskell-functors-applicatives-and-monads-part-1-93368e0a7a74#.ypy2o1f4t 28 comments haskell
- Haskell, Monads and Purity • via Hacker News http://jelv.is/blog/haskell-monads-and-purity/ 11 comments haskell
- Building Monad Transformers in Haskell - Part 1 http://blog.jakubarnold.cz/2014/07/22/building-monad-transformers-part-1.html 16 comments haskell
- Haskell for all: How the continuation monad works http://www.haskellforall.com/2014/04/how-continuation-monad-works.html 8 comments haskell
- [slides] Presentation of Haskell for the Hackerspace Trento (no monads included!) http://www.corentindupont.info/blog/posts/2014-03-19-haskell-presentation.html 6 comments haskell
- Pure IO monad and Try Haskell http://chrisdone.com/posts/pure-io-tryhaskell 29 comments haskell
- Haskell for all: mmorph-1.0.0: Monad morphisms http://www.haskellforall.com/2013/03/mmorph-100-monad-morphisms.html 18 comments haskell
- The Indexed State Monad in C# (and Haskell and Scala) https://gist.github.com/pthariensflame/5054294 6 comments csharp
- The Indexed State Monad in Scala (and Haskell and C#) https://gist.github.com/pthariensflame/5054294 5 comments scala
- Free monads for structuring Haskell web apps http://free-idea-monoid.blogspot.ca/2012/12/free-monads-for-structuring-haskell-web.html 4 comments haskell
- Haskell's State Monad: a tutorial for the confused http://brandon.si/code/the-state-monad-a-tutorial-for-the-confused/ 39 comments programming
- Extending Monads for debugging in Haskell http://www.aloni.org/blog/?p=331 10 comments haskell
- Learn You a Haskell - For A Few Monads More http://learnyouahaskell.com/for-a-few-monads-more 30 comments programming
- Introducing The Monads : A Practical Tour of Haskell Monads and Monad Transformers http://dead-parrot.de/monad_talk.pdf 9 comments haskell
- Introducing The Monads: A Practical Tour Of Haskell Monads and Monad Transformers http://www.slideshare.net/deech2k/monad-talk 3 comments haskell
- Haskell GD Bindings and the State Monad http://substack.net/posts/b2b34c/haskell-gd-bindings-and-the-state-monad 7 comments haskell
- Haskell IO without Monads http://neilmitchell.blogspot.com/2010/01/haskell-io-without-monads.html 4 comments haskell
- HINAM: Haskell Is Not About Monads http://www.reddit.com/r/haskell/comments/ag6bv/should_i_give_haskell_another_try/c0hg3f2 6 comments haskell
- Transliterating python to haskell: Fibonacci in the state monad http://blog.patch-tag.com/2009/12/07/transliterating-python-to-haskell-fibonacci-in-the-state-monad/ 4 comments haskell
- The strict danger of switching from pure to monadic Template Haskell http://splonderzoek.blogspot.com/2009/02/strict-danger-of-switching-from-pure-to.html 2 comments haskell
- Haskell for C# Programmers Part 3: Visualizing Monads http://themechanicalbride.blogspot.com/2008/12/haskell-for-c-programmers-part-3.html 3 comments haskell
- Simon Peyton-Jones tells us why he is most proud of Haskell's purity, type system and monads http://www.computerworld.com.au/index.php?id=1974033854 15 comments programming
- Haskell: A coroutine monad to improve GUI responsiveness http://www.joachim-breitner.de/blog/archives/291-pausable-io-actions-for-better-gui-responsiveness.html 9 comments programming
- Monad Wars: The game (a Haskell tutorial) http://osfameron.vox.com/library/post/monad-wars---1-the-prompt.html 3 comments programming
- Keeping a blog anonymous: don't use the words 'monad' or 'Haskell' http://ahamsandwich.wordpress.com/2007/08/08/so-i-was-on-reddit/ 3 comments programming
- Monad Reader magazine! expressivity of foldr, compiling proofs and embedded assembly in Haskell (pdf) http://www.haskell.org/sitewiki/images/1/14/tmr-issue6.pdf 2 comments programming
- Let's build a compiler (in Haskell): Part 12 - Introducing the State Monad http://alephnullplex.appspot.com/blog/view/2010/10/19/lbach-introducing-the-state-monad 13 comments haskell
- Haskell Weekly News: Visual Haskell, the community report and a restricted IO monad http://sequence.complete.org/hwn/20061205 2 comments programming
- Hulk: A Haskell IRC server - Nice example of real world monad without IO http://chrisdone.com/posts/hulk-haskell-irc-server 18 comments haskell
- "I like Haskell because it lets me live inside my world"; an Ode to Functor and Monad (xpost from r/haskell) http://blog.jle.im/entry/inside-my-world-ode-to-functor-and-monad 46 comments programming