On Dec 24, 2013, at 07:58 , John Kida <jdk...@gmail.com> wrote: > Or is there some technique I can use in the repl to tell me what methods are > available to work with this particular datastructure.. that sounds not > possible due to the dynamic lisp nature of clojure, but I wanted to ask the > community to see if there were some good strategies to learning and finding > available methods to work with a particular value.
I don’t know of a programmatic way to enumerate the fns that operate on a given type of data structure (would be nontrivial since Clojure is dynamically typed). But there are good references like clojuredocs.org (sadly not yet updated beyond Clojure 1.3, but still useful) and http://clojure.org/cheatsheet. -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.