Lecture overview -- Keyboard shortcut: 'u'  Previous page: Lambda calculus -- Keyboard shortcut: 'p'  Next page: Functions as first class values -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Introduction to Functional Programming in Scheme - slide 30 : 49

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.