On Sun, Dec 16, 2012 at 2:59 AM, Peter West <peter.b.w...@gmail.com> wrote:
So it sounds like you just thought apply was something other than the list->arguments adapter that it is. One of the best resources for learning about clojure's functions is clojuredocs.org. Most of the functions are accompanied by a number of concrete examples that help gain a deeper understanding than the brief docstring. http://clojuredocs.org/clojure_core/clojure.core/apply As for your suggestion of a (funcall f [i]) that behaves just like (f [i]), I can't imagine any possible purpose for that in Clojure. Why would you not just write (f [i])? -- 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