X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=assignment1.mdwn;h=d08685013201556158ac4ca21bdde7d7ff22da7c;hp=ef1c561ca349fdb54a3fb17fd1e838bbeaf20232;hb=6501d908788cd4be578ab1aa55db3e43e80f87be;hpb=043cdafb6314cb4e7afb5c474e96064ad6ffa7cf 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.]