Felix Martin 77f3124362 Implement till 2.89
I have also added my solution to
http://community.schemewiki.org/?sicp-ex-2.89 because none of the other
ones looked right to me when checking.
2020-11-26 20:59:36 -05:00
2020-11-17 13:33:55 -05:00
2020-11-17 13:33:55 -05:00
2020-11-15 11:30:56 -05:00
2020-10-15 21:14:22 -04:00
2020-10-25 21:40:51 -04:00
2020-10-28 10:57:13 -04:00
2020-10-29 11:47:13 -04:00
2020-11-17 13:33:55 -05:00
2020-11-15 11:30:56 -05:00
2020-11-01 12:19:35 -05:00
2020-11-13 11:38:23 -05:00
2020-11-17 13:33:55 -05:00
2020-11-16 12:36:19 -05:00
2020-11-17 13:33:55 -05:00
2020-11-26 20:59:36 -05:00
2020-10-12 02:45:43 +02:00
2020-10-30 20:15:03 -04:00
2020-11-20 22:04:19 -05:00

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
My solutions to the exercises in Structure and Interpretation of Computer Programs.
Readme 1.4 MiB
Languages
Scheme 97%
C 2.4%
HTML 0.5%