On Wed, Oct 15, 2008 at 8:21 AM, I wrote: > map can take more than one argument. If it has N arguments, it calls f > with N arguments, each taken from the Nth value of each collection.
Too many "N"s. Restated, map takes a function f and N collections, each of which should have the same number of elements M. It calls f M times with N arguments each time, using the i'th element of each of the collections. (Darn, I'm wordy :-) Jim -- Jim Menard, [EMAIL PROTECTED], [EMAIL PROTECTED] http://www.io.com/~jimm/ --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---