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
|
2020-10-12 18:35:00 +02:00
|
|
|
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).
|
2020-12-16 18:23:03 +01:00
|
|
|
Such exercise have a mark in their respective script.
|
2020-10-12 02:48:09 +02:00
|
|
|
|
|
|
|
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`.
|
|
|
|
|
2020-12-16 18:23:03 +01:00
|
|
|
**This is currently (2020/12/16) work in progress.**
|
2020-10-12 02:48:09 +02:00
|
|
|
|