4.1.3. Evaluator Data Structures
Rewrite the environment operations
Instead of representing a frame as a pair of lists, we can represent a frame as a list of bindings, where each binding is a name-value pair. Rewrite the environment operations to use this alternative representation.
Nobody's finished this exercise yet. You'll be the first!