Ubergraph is a recently-released Clojure graph data structure, compatible with Loom and supporting additional functionality:
https://github.com/Engelberg/ubergraph In the 0.1.1 release, I added some more convenient ways to manipulate the attribute maps of nodes and edges (add-attrs, remove-attrs, set-attrs). Relatedly, constructors now allow direct initialization of a node's attributes with a [node attribute-map] init form, and there are corresponding add-nodes-with-attrs and add-nodes-with-attrs* functions, which also accept the [node attribute-map] init form. Thanks to everyone who tried out the initial release of ubergraph and provided feedback. Keep it coming! -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
