I would like to know how to list all functions of a Clojure namespace. I\'ve done some research but I\'m not there yet. I already found out how to list the methods of a Java
You can use dir. (Perhaps this wasn't available when the question was first asked.)
user=> (dir clojure.string) blank? capitalize escape join lower-case re-quote-replacement replace replace-first reverse split split-lines trim trim-newline triml trimr upper-case nil