Monads tutorial Part 2

2009-04-29 Thread jim
I've just posted the second part of my monads tutorial at: http://intensivesystems.net/tutorials/monads_201.html I need to proof it further, so if you see problems with content, grammar or spelling. Comment here or send me an email. Jim --~--~-~--~~~---~--~

Re: Monads tutorial

2009-04-16 Thread jim
The sample code is available now. Took a little bit to get it set. It's the code from the tutorial with a little bonus. I implemented an HTTP protocol parser, using the parser-m monad, as an example. Jim On Apr 16, 12:37 am, Baishampayan Ghose wrote: > The code pagehttp://intensivesystems.net/

Re: Monads tutorial

2009-04-15 Thread Baishampayan Ghose
jim wrote: > I've just posted a tutorial on using monads in Clojure at > > http://intensivesystems.net/tutorials/monads_101.html > > It's one big chunk of text since I haven't had time to break it up > yet. It's also kind of rough, so if you see any typos, misspellings, > errors, etc., post 'em

Re: Monads tutorial

2009-04-15 Thread kkw
Hi Jim, Thanks for writing the tutorial! Kev On Apr 16, 2:01 am, jim wrote: > I've just posted a tutorial on using monads in Clojure at > > http://intensivesystems.net/tutorials/monads_101.html > > It's one big chunk of text since I haven't had time to break it up > yet. It's also kind of

Monads tutorial

2009-04-15 Thread jim
I've just posted a tutorial on using monads in Clojure at http://intensivesystems.net/tutorials/monads_101.html It's one big chunk of text since I haven't had time to break it up yet. It's also kind of rough, so if you see any typos, misspellings, errors, etc., post 'em here. Comments as well.