Hello. If you have REPL, you can get any documentation via "doc" and "find-doc" functions.
(doc reduce) ; print the documentation of reduce (find-doc "append") ; search documentations including word "append" "doc" function can be used with almost all things documented: variable, function, namespace, etc. However, of course, you can't get what you want if you type (doc java.math.BigDecimal) clojure.contrib.javadoc/javadoc or clojure.java.javadoc/javadoc (version specific) does well. API documentation web pages may be generated automatically, but I don't know how to do. (could anyone teach me?) Thank you. -- Name: OGINO Masanori (荻野 雅紀) E-mail: masanori.og...@gmail.com -- 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