Hey thanks Stephen and BG, and Jonas! Cool tricks I hadn't thought of. I'm especially going to study this one; I had thought update-in might be applicable but I wasn't sure how (still learning it).
I appreciate it! Mike On Oct 23, 2:10 am, Jonas <[email protected]> wrote: > Another way to do it > > (defn apply-map-fn [m f & ks] > (reduce #(update-in %1 [%2] f) m ks)) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
