Previous: , Up: Functions   [Index]


F.2.3 Mapping Functions

A mapping function applies a given function (not a special form or macro) to each element of a list or other collection.

This section describes

mapcar

applyFUNCTION’ to each element of ‘SEQUENCE’; return a list of results

mapc

like mapcar except apply function for side-effects only; return ‘SEQUENCE

mapconcat
mapcan

There are other sections that discuss: