Clojure code explanation tool?

2012-06-02 Thread Rich Morin
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 _lov

Re: Clojure code explanation tool?

2012-06-02 Thread Alex Baranosky
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 wrote: > The received wisdom in most programming circles is that comments should > explain intent, rather then simply transliterating the code into a h