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/
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
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