To be noted: the last two exercises, 2.15 and 2.16 were left unfinished, and will be left for another time.
4 lines
52 B
Scheme
4 lines
52 B
Scheme
#lang sicp
|
|
|
|
(define (cdr z)
|
|
(z (lambda (p q) q)))
|