Hi I was wondering if anyone could shed some light on the following code:
(def alist '(1 fn [x y](+ x y))) (apply (second alist) '(1 3)) The result at REPL is 3 i.e. the second element of '(1 3). Should the result not be 4 i.e. the result of applying the arguments 1 and 3 to the anonymous function? thanks Paul C. Meehan -- 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