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'  Alphabetic index  Help page about these notes  Course home    Recursion and Higher-order Functions - slide 20 : 35

Mapping

A mapping function m applies a function on each element of a list (e1, e2, ... en)

The mapping functions returns the list of these applications

 

The function map is an essential Scheme function