Re: learning clojure library

2011-08-03 Thread Islon Scherer
You can use (ns-publics 'your.namespace) to see every public intern mapping in this namespace. Islon -- 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 m

learning clojure library

2011-08-03 Thread Vincent
How shld i go about for studying about a Clojure library , functions provided with it ? Is there any function which will list all the functions available in a namespace of library ? Which are the namespace available in library.? MY problem is how to study to use functions avail. , as (doc fun