Map-Car

(map-car list) -> list

This works, in practice, exactly like (map (car (list a b c))). However, as map is actually derived from map-car and map-cdr, this procedure is preferable for this purpose, as it is an order of magnitude faster in execution .

See Also: map, map-cdr