A mapping function applies a function on each element of a list and returns the list of these applications
The function map is an essential Scheme function