Re: recursion in clojure.walk

2014-01-09 Thread Lee Spector
On Jan 9, 2014, at 6:33 PM, Stuart Sierra wrote: > I wrote clojure.walk, but I don't usually recommend it for anything but > casual use. > > clojure.walk very general, so it's not going to be the most efficient > approach. When you know more details about the data structure you're working > w

Re: recursion in clojure.walk

2014-01-09 Thread Stuart Sierra
I wrote clojure.walk, but I don't usually recommend it for anything but casual use. clojure.walk very general, so it's not going to be the most efficient approach. When you know more details about the data structure you're working with, as in this case, you can make something that will be faste