[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Scheme-reports] 4.2.2. binding constructs
- To: scheme-reports <scheme-reports@x>
- Subject: [Scheme-reports] 4.2.2. binding constructs
- From: Andy Wingo <wingo@x>
- Date: Thu, 19 May 2011 17:57:44 +0200
The `let' documentation denotes BODY as "a sequence of one or more
expressions". This does not permit definitions.
Similarly for letrec and letrec*. Perhaps also there should be clarity
regarding the validity of the following program:
(let* ((x 1)
(x (+ x 1)))
x)
Andy
--
http://wingolog.org/
_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports