Defining the environment

We have to define a few things. First, lets define an empty environment.

(define empty-env '())

So, lets use a list to represent our environment.

Creative Commons License This work is licensed under a CC BY-SA 3.0 License.