> Nice work!

Thanks.

> Two things related to 'strcat'.
>
> 1) This is already implemented as clojure.core/str (and is more
> efficient than concat'ing)
> 2) This function is never called :)

Yeah, that code was cut and pasted from some older work I did. It was
removed when I started using prxml.

> I have some idea's related to the presentation, but I don't have time
> to iterate them right now.

Well, pass them on whenever you get a minute. I've recently made some
updates that are live on github [1] that may have addressed what you
have in mind. Specifically, I've added the ability to collapse/expand
an individual namespace or all namespaces. I've uploaded an updated
example to the files section of this group [2].

There are two more things I want to do, which probably won't be
complete until next week:

* See if I can strip the docstring from the displayed source code,
since it's redundant.
* Move the code into clojure.contrib, probably under the namespace
clojure.contrib.gen-html-docs.

Later, I may also have a look at making the symbols in the source code
hyperlinks to the relevant place in the docs.

[1] http://github.com/candera/doc-browse/blob/master/core.clj
[2] http://clojure.googlegroups.com/web/clj-libs.html

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