[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Scheme-reports] r7rs-draft-6: circular datum example
- To: scheme-reports@x
- Subject: [Scheme-reports] r7rs-draft-6: circular datum example
- From: Daniel Villeneuve <dvilleneuve@x>
- Date: Mon, 14 May 2012 19:05:45 -0400
In section 2.4, I believe that the . (dot) in the example closing the
section:
#1=(begin (display #\x) . #1#)
is misleading, because even with a non-circular reference this code would
be an error, such as:
(begin #1=(begin (display #\y)) (begin (display #\x) . #1#))
I suggest to simply remove the . (dot) so that the expression would be
well-formed in the absence of circularity.
--
Daniel Villeneuve
AD OPT, a Kronos Division
_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports