I follow the instructions at 3.3.3 of SICP to create a table.
Here is code_0.scm:
;code_0.scm
(require rnrs/base-6) (require rnrs/mutable-pairs-6)
(define nil '())
(define (make-ta...
Sign in to post comments.
Comments (0)
Sign in to post comments.