Regarding http://clojuredocs.org

2013-10-08 Thread binita
Hello everyone , Latest version of Clojure is 1.5. But, http://clojuredocs.org only show docs for 1.2 and 1.3 versions. How about 1.4 and 1.5 documentation ? Thanks Binita -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Re: Regarding http://clojuredocs.org

2013-10-10 Thread binita
Yes , agree with puzzler . Also the Search feature at http://clojuredocs.org is awesome. Personally, as a newbie , I find it very helpful, to be able to search and see the examples. I didn't find the same at http://clojure.org/documentation, http://clojure.github.io/clojure or at http://clojur

How to reflect on super class fields?

2013-10-19 Thread binita
. It seems like the cast didn't really return a Foo instance. (reflect (cast Foo bar-instance) ) How can i get the fields of Foo? Thanks Binita -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send e

Compojure session handling across concurrent requests

2013-11-19 Thread Binita
ssion updates done in few concurrent request are eventually lost. How is such a scenario supposed to be handled ? Thanks Binita -- -- 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