learning-sicp

My embarrassing half assed SICP run.
git clone https://kaka.farm/~git/learning-sicp
Log | Files | Refs

commit 618243f3286dcddfe2ba50d472a581c9e113ad56
parent 0c8b4d36641704f91d13eb8c3abe1442e3bba6e0
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri,  2 Aug 2024 11:35:59 +0300

Fix a test.

Diffstat:
Msicp/tests/chapter-4/exercise-14.scm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sicp/tests/chapter-4/exercise-14.scm b/sicp/tests/chapter-4/exercise-14.scm @@ -27,7 +27,7 @@ '(0 1 2)))) (setup-environment))) - (test-equal 0 + (test-equal -1 (eval '(begin (define (map f l) (cond