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
mapcar
apply
‘FUNCTION’ 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:
mapatoms
maphash
map-char-table