> What form would you suggest? XML, something else ...

Just a regular Clojure map is what I was thinking:
http://groups.google.com/group/clojure/web/categories.clj

Obviously having the categories as metadata would be neat, but the
advantage of having a separate regular map is that no change to core
is required. It can just be in contrib and used for interactive help
(better syntax required):
user=> (cat/categories :bindings)
#{"def" "binding" "defonce" "declare" "if-let" "with-local-vars"
"let"}

Or generating your html:
user=> (cat/write-html)
http://groups.google.com/group/clojure/web/cat.html

As you can see I've suggested some super-categories... but my html
formatting is not so hot :P


Regards,
Tim.


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