Re: navigate and edit tree nodes / branches

2010-07-07 Thread Michał Marczyk
(inc clojure.zip); clojure.contrib.zip-filter is a nice companion. Also, clojure.walk might be worth investigating. It provides no complex navigational facilities, so only some types of tree transformations are "walkable", but for dealing with those, it's an absolutely fantastic tool. Sincerely,

Re: navigate and edit tree nodes / branches

2010-07-07 Thread Moritz Ulrich
There is also assoc-in and get-in for accessing and associng values in nested maps. On Wed, Jul 7, 2010 at 9:26 PM, Laurent PETIT wrote: > Quick answer (sorry not much time): clojure.zip > > It's quite easy to use once you've got the basics "in place" > > 2010/7/7 Bill Marshall : >> Is there a li

Re: navigate and edit tree nodes / branches

2010-07-07 Thread Laurent PETIT
Quick answer (sorry not much time): clojure.zip It's quite easy to use once you've got the basics "in place" 2010/7/7 Bill Marshall : > Is there a library facilitating the navigating and editing nodes in a fairly > complex tree (nested map) structure?  billm > > -- > You received this message bec

navigate and edit tree nodes / branches

2010-07-07 Thread Bill Marshall
Is there a library facilitating the navigating and editing nodes in a fairly complex tree (nested map) structure? billm -- 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