lmap is an extremely useful function.
lIts first argument is
a function of one argument.
lIts second argument
is a list of values of the same type as the
argument to the first argument.
lIt applies the first argument to all of the elements in the list, giving a list as the result.