map

map : ((X ... -> Z) (listof X) ... -> (listof Z))

purpose:
to construct a new list by applying a function to each item on one or more existing lists


Intermediate Student with Lambda Language