Lecture overview -- Keyboard shortcut: 'u'  Previous page: Introduction to higher-order functions [Section] -- Keyboard shortcut: 'p'  Next page: Some simple and general higher-order functions -- 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 13 : 35

Higher-order functions

A higher-order function accepts functions as arguments and/or is able to return a function as its result

A higher-order language supports higher-order functions and allows functions to be constituents of data structures

Functions of order i, i >= 2, are called higher-order functions