On Oct 15, 11:26 am, "Jim Menard" <[EMAIL PROTECTED]> wrote:
> 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 :-)
>

Hmm... I still prefer (doc map), but I'd like to clarify that the
collections do not need to be the same length, map will stop as soon
as any one is exhausted.

Rich
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to