On Sunday 21 December 2008 07:44, Mark Volkmann wrote:
> Somebody created a class diagram for the Java classes and interfaces
> in the Clojure implementation, I believe using GraphViz, and I'm
> having trouble finding it now. Can someone share the URL?
>
> Also, is there a Clojure function that outputs all the classes and
> interfaces in the inheritance hierarchy of a given class or
> interface?

None I'm aware of as such. Naturally, reflection is available for such 
purpose and Chouser's Clojure code shows one example of doing that.

To answer your first question:

On Sunday 14 December 2008 13:47, Chouser wrote:
> I've updated the Clojure classes graph.  The new version includes the
> newest classes as well as Java interfaces that are applicable.  These
> latter are shown inside diamonds.
>
> A couple different .svg and .png versions are available here, along
> with the code used to create them:
>
> http://github.com/Chouser/clojure-classes/tree/master
>
> For a quick link to the main graphic, you can use:
>
> http://tinyurl.com/clojure-classes
>
> I won't be maintaining the chart.png in the file upload area of this
> group, since it's much easier to just push new versions to the github
> repo.  There you can also find older versions, other formats, etc.
>
> --Chouser


Randall Schulz

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