*co-dependency* is a library that lets you use "*cyclic*" dependencies in 
stuartsierra/component systems

In other words, :a depends-on :b, :b (co-)depends-on :a

Although I used "cyclic" word, this co-dependency library is designed on 
the idea that components don't need co-dependencies to start as normal 
dependencies.

co-dependency follows the pattern described in 
stuartsierra/component#customization 
<https://github.com/stuartsierra/component#customization> to accomplish 
this "cyclic" feature

You can find all the details about this lib on 
https://github.com/tangrammer/co-dependency


-- 
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to