936b4e5555052f5ba669c9e26cf25bf6d26a8d4a
SICP
These are my solutions to the CS classic Structure and Interpretation of Computer Programs. I have looked up the answer for some exercises on the Scheme Community Wiki. Such exercise have a marked in their respective script.
You can use the Scheme implementation by the MIT to run these scripts. In Arch,
execute pacman -S mit-scheme to install it. Then run the scripts via
mit-scheme --quiet < script.scm.
This is currently (2020/10/12) work in progress.
Description
Languages
Scheme
97%
C
2.4%
HTML
0.5%