From 9892962767e7c2968cf744366a38a6028ee7f73a Mon Sep 17 00:00:00 2001 From: jim Date: Mon, 23 Feb 2015 09:18:07 -0500 Subject: [PATCH] note on Little Schemer Ch. 8 --- exercises/assignment2_hint.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/exercises/assignment2_hint.mdwn b/exercises/assignment2_hint.mdwn index 7ae55853..470740e3 100644 --- a/exercises/assignment2_hint.mdwn +++ b/exercises/assignment2_hint.mdwn @@ -30,3 +30,4 @@ And so on. That is the key to the solution. The questions you need to answer, to 5. So now put it all together, and explain how to express `reverse xs` using `fold_right` and primitive syntax like `lambda`, `&`, and `[]`? +The ideas in Chapter 8 of *The Little Schemer* may help you see the answer to this problem. -- 2.11.0