Comment on Okapi – A micro web framework for HaskellparentComments−epgui3yMonads are only complicated if you have to unlearn stuff. You've probably written a ton of monads by accident, regardless of what language you use.−kobalsky3yexactly, I finally got them when looking at examples in other languages. I never could shake the interest off because I caught a glimpse of god when trying haskell. The language didn't stick on me but I always miss haskell monads.−naasking3yList comprehensions in multiple languages, LINQ in .NET, all monads.−tempodox3yAnd all the Computation Expressions in .NET (including the ones you build yourself) are monads.
Comments
Monads are only complicated if you have to unlearn stuff. You've probably written a ton of monads by accident, regardless of what language you use.
exactly, I finally got them when looking at examples in other languages. I never could shake the interest off because I caught a glimpse of god when trying haskell. The language didn't stick on me but I always miss haskell monads.
List comprehensions in multiple languages, LINQ in .NET, all monads.
And all the Computation Expressions in .NET (including the ones you build yourself) are monads.