On Sat, Aug 28, 2010 at 8:37 AM, HB <hubaghd...@gmail.com> wrote: > Ok, I understand what it does but I don't understand -yet- how it is > works. > Why vector and its parameters aren't in ( ) ? > What are the parameters to the vector and what are the parameters to > the map in the example? > vector is used as a 'function object' for map. signature of map
map function list1 list2 -> ( (function list1_e1 list2_e1) (function list1_e2 list2_e2) ....) in this invokation, function = vector -- 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