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))
I thought racket had a #lang for sicp?
https://docs.racket-lang.org/sicp-manual/SICP_Language.html