On 30 Nov 2009, at 23:07, jim wrote:
> Just finished the tutorial explaining the continuation monad in
> clojure. Haven't even proofed it but I want to head to the gym. :)
>
> http://intensivesystems.net/tutorials/cont_m.html
Great work!
One comment I'd add is that in the last example:
(def fn11 (m-chain [mf-a mark mf-b mf-c]))
(def mark-cont ((fn11 10) identity))
(doall (map mark-cont [0 1 2]))
the argument to fn11, 10, has no influence on the result.
Konrad.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en