[Scheme-reports] Internal syntax definition order problem
Andre van Tonder 23 Apr 2011 22:38 UTC
On p 19 internal syntax definitions are required to precede internal
definitions.
This make it impossible to do, e.g., the following:
(let ()
(define-record-type A ....)
(define-record-type B ....)
....)
if define-record-type expands into both syntax and variable definitions as in
SRFI 9.
_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports