Play audio slide show -- Keyboard shortcut: 'x'  Lecture overview -- Keyboard shortcut: 'u'  Previous page: Functions in Scheme -- Keyboard shortcut: 'p'  Next page: Functions as first class values -- 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      Expressions, Types, and Functions - slide 36 : 46

Function objects

A function object represents a function at run time. A function object is created as the value of a lambda expression

A function object is also known as a closure.