Re: ANN: ClojureSphere - browse the Clojure ecosystem

2011-09-06 Thread Glen Stampoultzis
On 7 September 2011 01:17, Justin Kramer wrote: > Prompted by a question on IRC a couple days ago, I built a tool that allows > you to browse the dependency graph of Clojure projects from GitHub & > Clojars: > > http://clojuresphere.herokuapp.com/ > > You can see dependencies of a project, but al

Re: ANN: ClojureSphere - browse the Clojure ecosystem

2011-09-06 Thread Justin Kramer
Thanks, glad you like it. Note that dependents are listed for an artifact ID ("clojure-contrib") when any version of the dependent depends on any version of that artifact ID. So some of those libs may have already migrated to the new clojure contrib libs. Clicking a version will show which spec

Re: ANN: ClojureSphere - browse the Clojure ecosystem

2011-09-06 Thread Sean Corfield
On Tue, Sep 6, 2011 at 8:17 AM, Justin Kramer wrote: > Prompted by a question on IRC a couple days ago, I built a tool that allows > you to browse the dependency graph of Clojure projects from GitHub & > Clojars: > http://clojuresphere.herokuapp.com/ This is very cool Justin! I see that clojure.

Re: ANN: ClojureSphere - browse the Clojure ecosystem

2011-09-06 Thread Dave Ray
On Tue, Sep 6, 2011 at 11:28 AM, Chouser wrote: > On Tue, Sep 6, 2011 at 11:17 AM, Justin Kramer wrote: >> Prompted by a question on IRC a couple days ago, I built a tool that allows >> you to browse the dependency graph of Clojure projects from GitHub & >> Clojars: >> http://clojuresphere.heroku

Re: ANN: ClojureSphere - browse the Clojure ecosystem

2011-09-06 Thread Chouser
On Tue, Sep 6, 2011 at 11:17 AM, Justin Kramer wrote: > Prompted by a question on IRC a couple days ago, I built a tool that allows > you to browse the dependency graph of Clojure projects from GitHub & > Clojars: > http://clojuresphere.herokuapp.com/ Very nice! Thanks for creating this. --Chou

ANN: ClojureSphere - browse the Clojure ecosystem

2011-09-06 Thread Justin Kramer
Prompted by a question on IRC a couple days ago, I built a tool that allows you to browse the dependency graph of Clojure projects from GitHub & Clojars: http://clojuresphere.herokuapp.com/ You can see dependencies of a project, but also projects which depend on it. You can also see how many p