One of the challenges with learning any new platform is learning the
libraries. As a way to improve both that an my knowledge of Clojure
itself, I whipped together doc-browse, a Clojure library that will
spit out an HTML page that contains documentation for a set of Clojure
libs. You can see an example of the output here [1]. The code is here
[2].

I have several purposes in sending this email:

1) To let people know about this in case they find it useful as well.
2) To get some eyes on the code - I know it surely sucks in several
ways, and this group is always good about pointing out things that
could be done better or more idiomatically.
3) To ask specifically why clojure.contrib.repl-utils.get-source fails
so often. I can't figure out why so many of the members fail to
display the source, when some of the others do, sometimes even in the
same namespace.
4) To ask if there's anything else people would particularly like to
see added/changed. On my list are to make each namespace collapsible
in the same way the source is.

[1] http://groups.google.com/group/clojure/web/clj-libs.html
[2] http://github.com/candera/doc-browse/tree/master

--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to