Lecture overview -- Keyboard shortcut: 'u'  Previous page: Object-oriented Programming [Section] -- Keyboard shortcut: 'p'  Next page: Classes and objects -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Simulation of other Paradigms and Continuations - slide 2 : 43

Functions and closures revisited

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.