Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Classical higher-order functions: Overview -- Keyboard shortcut: 'p'  Next page: The mapping function -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home      Higher-order Functions - slide 8 : 34

Mapping

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