From: Chris Barker Date: Sat, 27 Nov 2010 04:49:06 +0000 (-0500) Subject: Merge branch 'master' of ssh://server.philosophy.fas.nyu.edu/Users/lambda/lambda X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=a2836827f3ba40c4bd1fa3b8308f852405d79cee;hp=d522d89b44b4ea898f8089ea2d2c7ec8384770de Merge branch 'master' of ssh://server.philosophy.fas.nyu.edu/Users/lambda/lambda --- diff --git a/assignment8.mdwn b/assignment8.mdwn index 76eff65b..cdb32e87 100644 --- a/assignment8.mdwn +++ b/assignment8.mdwn @@ -84,6 +84,7 @@ * `#t` is true and `#f` is false * `(lambda () ...)` constructs a thunk + * there is no difference in meaning between `[...]` and `(...)`; we just sometimes use the square brackets for clarity * `'(1 . 2)` and `(cons 1 2)` are pairs (the same pair) * `(list)` and `'()` both evaluate to the empty list * `(null? lst)` tests whether `lst` is the empty list