6 comments

[ 3.4 ms ] story [ 23.8 ms ] thread
Just noticed that the quality of the upload is, um, a bit low res. I'll try to get an HD version uploaded Friday.
Please upload it to blip.tv instead (or in addition to) YouTube. There's already a Clojure channel there (http://clojure.blip.tv/) and you can download the raw HD video.
pretty sure cloure is just the account for Rich not a channel.
The two monad tutorials referenced in the talk and the clojure.contrib.monads source explain monads in the same way:

http://onclojure.com/2009/03/05/a-monad-tutorial-for-clojure... http://intensivesystems.net/tutorials.html

The onclojure tutorial shows how (let ..) and (for ..) expressions are all about nested functions and how you can construct them yourself with monads. Be sure to work through it to part 4 which shows an elegant solution using monads for the Monty Hall problem, which is about probabilities and distributions.