|
|
|
|
|
by anthk
356 days ago
|
|
Also, install chicken as the scheme interpreter, but do the classical SICP. After you got it installed, run: chicken-install srfi-203
chicken-install srfi-216
then, edit a text file called ~/.csirc with the contents:(import scheme)
(import (srfi 203))
(import (srfi 216)) |
|
https://docs.racket-lang.org/sicp-manual/SICP_Language.html