Part 1: Function References

References to Functions and Other Objects

Passing a Function Reference to a Function

Part 2: Generators

Simple Example

Generators are Lazy

Calling a Generator Function Twice to Get Multiple Generator Objects

Multiple Generator Objects at the Same Time

A Reference to a Generator Object