front-ptr.scm (171B)
1 (define-library (sicp solutions chapter-3 exercise-23-stuff front-ptr) 2 (import (scheme base)) 3 (export front-ptr) 4 (begin 5 (define (front-ptr deque) (car deque))))
learning-sicpMy embarrassing half assed SICP run. | |
git clone https://kaka.farm/~git/learning-sicp | |
Log | Files | Refs |