You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Exercise 2.24: Suppose we evaluate the
|
|
expression (list 1 (list 2 (list 3 4))). Give the result printed by the
|
|
interpreter, the corresponding box-and-pointer structure, and the
|
|
interpretation of this as a tree (as in Figure 2.6).
|
|
|