; Exercise 3.20. Draw environment diagrams to illustrate the evaluation of the sequence of expressions ; ; (define x (cons 1 2)) ; (define z (cons x x)) ; (set-car! (cdr z) 17) ; (car x) ; 17 ; ; using the procedural implementation of pairs given above. (Compare exercise 3.11.)
weima
i am trying out the problems in the celebrated computer science text, "Structure and Interpretation of Computer Programs". This book doesn't need any introduction. Let me see how deep i can dive in this ocean to collect my own programming pearls.
No comments:
Post a Comment