Re: Updated Monads

2008-11-27 Thread budu
Hi, great work! It really put to shame my own pathetic attempt to try to implement monad last summer. ;-) Thanks, I'll certainly learn a lot from this. On Nov 25, 4:40 am, Konrad Hinsen <[EMAIL PROTECTED]> wrote: > I just uploaded an improved version of my monad implementation: > >        http:/

Updated Monads

2008-11-25 Thread Konrad Hinsen
I just uploaded an improved version of my monad implementation: http://groups.google.com/group/clojure/web/monads.clj Monad comprehensions now admit filters (using :when, just like Clojure's list comprehensions) and all monads have the operations join, map, and seq. The application e