On 22 Nov 2009, at 22:10, John Harrop wrote:

> Is there an explanation of monads out there that doesn't require the  
> reader to know Haskell to understand it? One that's generic to any  
> FP-capable language?

Nothing I know of; you need some syntax if only for the examples.  
Moreover, there are some fundamental differences to implementing  
monads in static and dynamically typed languages.

There are two monad tutorials for Clojure programmers:

        
["http://onclojure.com/2009/03/05/a-monad-tutorial-for-clojure-programmers-part-1/
 
" "Monad tutorial part 1"]
        
["http://onclojure.com/2009/03/06/a-monad-tutorial-for-clojure-programmers-part-2/
 
" "Monad tutorial part 2"]
        
["http://onclojure.com/2009/03/23/a-monad-tutorial-for-clojure-programmers-part-3/
 
" "Monad tutorial part 3"]
        
["http://onclojure.com/2009/04/24/a-monad-tutorial-for-clojure-programmers-part-4/
 
" "Monad tutorial part 4"]
        ["http://intensivesystems.net/tutorials/monads_101.html"; "Monads in  
Clojure part 1"]
        ["http://intensivesystems.net/tutorials/monads_201.html"; "Monads in  
Clojure part 2"]]

Konrad.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to