From: jim Date: Mon, 23 Feb 2015 14:18:07 +0000 (-0500) Subject: note on Little Schemer Ch. 8 X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=9892962767e7c2968cf744366a38a6028ee7f73a;ds=sidebyside note on Little Schemer Ch. 8 --- 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.