> This is my nth attempt to learn Clojure. > > I think it will be an improvement if there are links to API document > for functions in the cheat sheet (http://clojure.org/cheatsheet). > Clicking a function name will jump right to the description for the > function is very convenient for newbies.
While I don't disagree that links would be useful, FYI you can usually just do: (doc X) The exception seems to be special forms which give references to the web site. -- / Peter Schuller -- 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