Previous: Partial Application, Up: Functions [Index]
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
mapcarapply ‘FUNCTION’ to each element of ‘SEQUENCE’; return a list
of results
mapclike mapcar except apply function for side-effects only;
return ‘SEQUENCE’
mapconcatmapcanThere are other sections that discuss:
mapatoms
maphash
map-char-table