@Ken

Thanks for taking the time to walk through all of that. I had considered 
recursive approaches, but was hoping to avoid a "naive" approach given the 
size of the root map and all its children. The [key1 key2 key3] as id won't 
be possible in this context, but thanks for the multiple options.

@amalloy

That makes sense, thanks for the feedback.

@Alex Miller

Those two lib's, clojure.zip and clojure.walk, are excellent for dealing 
with tree-like structures, but in general they expect a knowledge of the 
structure. I need to be able to "search for" an arbitrary map located at an 
arbitrary depth, but that definitely has a unique identifier.


All of this has been very helpful, thank you everyone. I'll go back and play 
with things, and bug the list further if/when I make progress.

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

Reply via email to