From e6044507229af2f8bed686127b7f0b8a4dc8dc10 Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Wed, 16 Dec 2020 12:23:03 -0500 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3dc4429..3eef0dc 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ These are my solutions to the CS classic [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sites/default/files/sicp/index.html). 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. +Such exercise have a mark 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.** +**This is currently (2020/12/16) work in progress.**