On Sat, Jul 9, 2011 at 9:27 AM, Benny Tsai <benny.t...@gmail.com> wrote:
> Sorry, a bit late to the party here, but it might be worth taking a look
> at Jeffrey Straszheim's c.c.graph library to see one way of modeling DAG's
> and implementing various graph operations (such as topological sort and
> computing strongly connected components) in Clojure:
>
> API: http://clojure.github.com/clojure-contrib/graph-api.html
> Source: https://github.com/clojure/clojure-contrib/blob/master/modules/graph/src/main/clojure/clojure/contrib/graph.clj

Caveat: that library doesn't seem to have an active maintainer and has
no "new contrib" equivalent which means you may end up stuck on
Clojure 1.2...

If folks want this library to survive with Clojure 1.3, get your
signed CA on file, join clojure-dev and volunteer to help get the
library moved into "new contrib":

http://dev.clojure.org/display/design/Contrib+Library+Names

(Yes, I know I'm in danger of sounding like a broken record about
old/new contrib and Clojure 1.3!)
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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