|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re (tilly) 3: mapcar -- map for more than one listby tilly (Archbishop) |
| on Dec 01, 2001 at 07:51 UTC ( #128822=note: print w/ replies, xml ) | Need Help?? |
|
Common Lisp's mapcar can accept lists of lists. However it only iterates as long as all lists have more elements. In other words its handling of unequal lists is to stop rather than trying to continue calling while indicating the missing elements in some way.
In Section
Snippets Section
|
|
||||||||||||||||||||