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 component to contain all of these?
Somewhat annoying as I actually have several of these lists, so I'd need
several corresponding records that do the same thing but have different
dependency details.

Part 2: I want to be able to add/remove components from the list. I know
Stuart said this is a problem, was wondering if there are any known
solutions out there.

Thanks!

-- 
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