It's not what you are asking for, but it is a nice resource, with examples and such: clojuredocs.org
On Sat, Jun 2, 2012 at 12:12 AM, Rich Morin <[email protected]> wrote: > The received wisdom in most programming circles is that comments should > explain intent, rather then simply transliterating the code into a human > language (eg, English). For example, comments like this are discouraged: > > (def a 42) ;; Define a to be 42. > > However, as a Clojure noob, I would _love_ to have a tool that explains > even the syntactic level of an arbitrary piece of Clojure code. If it > could use metadata from (say) function definitions to go deeper, so much > the better. > > I Googled around but didn't find anything very close. Might anyone know > of any efforts in this direction? > > -r > > -- > http://www.cfcl.com/rdm Rich Morin > http://www.cfcl.com/rdm/resume [email protected] > http://www.cfcl.com/rdm/weblog +1 650-873-7841 > > Software system design, development, and documentation > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
