SICP/README.md

15 lines
590 B
Markdown
Raw Normal View History

2020-10-12 02:45:43 +02:00
# SICP
2020-10-12 02:48:09 +02:00
These are my solutions to the CS classic [Structure and Interpretation of
Computer Programs](https://mitpress.mit.edu/sites/default/files/sicp/index.html).
2020-10-12 02:48:09 +02:00
I have looked up the answer for some exercises on the
[Scheme Community Wiki](http://community.schemewiki.org/?SICP-Solutions).
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.**
2020-10-12 02:48:09 +02:00