Re: Do you use Monads in your real clojure applications

2012-01-04 Thread Dragan R
Thank you for your great answer Konrad. On Jan 3, 9:46 am, googlegro...@khinsen.fastmail.net wrote: > Dragan R writes: > >  > On the net I read that "Impure functional programming doesn't really >  > need monads." >  > and "It appears that in

Re: Do you use Monads in your real clojure applications

2012-01-04 Thread Dragan R
Thanks to all authors for help. Best regards, Dragan Radevic -- 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 fi

Do you use Monads in your real clojure applications

2012-01-02 Thread Dragan R
Hello, I would like to know do you use Monads in your real clojure applications, and are monads realy useful in impure functional languages like clojure? On the net I read that "Impure functional programming doesn't really need monads." and "It appears that in the presence of mutable state, a lot