Sortof, but not as concisely, since the op is repeated each time: (-> m (nth 2) (nth 2) (nth 1))
-tom On Jun 29, 4:20 pm, Antonio Recio <[email protected]> wrote: > (get-in m [2 2 1]) is great! Which are the others ones? Is there something > like (-> m [2 2 1])? -- 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
