http://qs321.pair.com?node_id=128822


in reply to Re: Re: mapcar -- map for more than one list
in thread mapcar -- map for more than one list

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.
  • Comment on Re (tilly) 3: mapcar -- map for more than one list