From: Jim Pryor Date: Sat, 27 Nov 2010 04:50:06 +0000 (-0500) Subject: Merge branch 'pryor' X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=eb2fa58d13fb86ca9ae981a85864374df7d864a7;hp=fa335a201b26e6100c34f4f178bc10cd3249220f Merge branch 'pryor' --- 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