Lecture overview -- Keyboard shortcut: 'u'  Previous page: Closures revisited [Section] -- Keyboard shortcut: 'p'  Next page: Classes and objects in Scheme [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Object-oriented programming in Scheme - slide 2 : 11

Functions and closures

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.