Video details loaded

Lecture 8: Functions as Objects

1:17:46

Up Next

Lecture 9: Lambda Functions, Tuples, and Lists

Continue

This lecture further explores functions and their scopes and environments as well as functions as objects. Functions are first-class objects that have a type and can be assigned as a value, used as an argument for another procedure, or returned from another procedure. Being careful about environments enables the creation of concise, easily-read code.