From: barker Date: Mon, 13 Sep 2010 13:55:57 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=6501d908788cd4be578ab1aa55db3e43e80f87be;ds=sidebyside --- diff --git a/assignment1.mdwn b/assignment1.mdwn index ef1c561c..d0868501 100644 --- a/assignment1.mdwn +++ b/assignment1.mdwn @@ -145,4 +145,4 @@ You can help yourself to the following definition: (define add (lambda (x) (lambda (y) (+ x y)))) -* [Only attempt this if you're feeling frisky, it's super hard unless you have lots of experience programming] Write a function that reverses the order of the elements in a list. +* Write a function that reverses the order of the elements in a list. [Only attempt this problem if you're feeling frisky, it's super hard unless you have lots of experience programming.]