graffy Simple graph representation and manipulation in Clojure. Usage (use 'graffy.core) (def g (atom {})) (add-edge g :a :b) (add-edge g :a :c) @g License Copyright © 2013 David Rupp Distributed under the Eclipse Public License, the same as Clojure.