Answer till 4.27

This commit is contained in:
2021-01-26 13:31:52 -05:00
parent 95c18225a5
commit 1d0227f445
4 changed files with 187 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ 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/12/16) work in progress.**
**This is currently (2021/01/25) work in progress.**
# Chapter 1
@@ -64,8 +64,14 @@ this brought up cool memories. I wish I still had that presentation.
Finally, SICP introduces the evaluation model for stateless functions and
concludes with some exercises that require second-order procedures: procedures
that take other procedures as arguments.
that take other procedures as arguments.
# Chapter 2
![Corner Split](misc/corner-split-3.png)
# Chapter 3