Re: Monad tutorial, part 1

2009-03-07 Thread kkw
Hi folks, Whilst we are talking about monads, allow me to direct all and sundry to: http://www.mefeedia.com/tags/brian_beckman Brian Beckman gives a very beautiful description about monads. I find these tutorials very well done. I commend them. Kev On Mar 7, 12:19 am, Konrad Hinsen w

Re: Monad tutorial, part 1

2009-03-06 Thread Konrad Hinsen
On Mar 5, 2009, at 19:21, Konrad Hinsen wrote: > For those who are interested in monads but don't want to learn > Haskell first to understand the Haskell-based monad tutorials, I have > started to write a Clojure monad tutorial. Part 1 is now available: Part 2 is now published as well: http://o

Re: Monad tutorial, part 1

2009-03-05 Thread jim
Interesting take on explaining monads. I hadn't articulated the link between 'let' and 'domonad' . Looking forward to part 2. On Mar 5, 12:21 pm, Konrad Hinsen wrote: > For those who are interested in monads but don't want to learn   > Haskell first to understand the Haskell-based monad tutori

Re: Monad tutorial, part 1

2009-03-05 Thread jim
Konrad, I just finished a tutorial last week. It'll be interesting to compare notes. I'm waiting for my shiny new web server to get here, so I can put it on line. Jim Konrad Hinsen wrote: > For those who are interested in monads but don't want to learn > Haskell first to understand the Haskel

Re: Monad tutorial, part 1

2009-03-05 Thread Cosmin Stejerean
On Thu, Mar 5, 2009 at 12:21 PM, Konrad Hinsen wrote: > > For those who are interested in monads but don't want to learn > Haskell first to understand the Haskell-based monad tutorials, I have > started to write a Clojure monad tutorial. Part 1 is now available: > >http://onclojure.com/200