Take a look at Peripheral (https://github.com/xsc/peripheral). It's based
on Component and may provide some of the functionality you need.
--
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
Whats the pattern for creating lists of components?
I have N of components of the same type, which get some dependencies from
the system map along with instance-specific config data. I want them in a
single vector (or hashmap) keyed from the system map.
Do I need to create an intermediary compone