[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Scheme-reports] file inclusion (section 4.1.7 of draft 9)
- To: scheme-reports@x
- Subject: [Scheme-reports] file inclusion (section 4.1.7 of draft 9)
- From: Daniel Villeneuve <dvilleneuve@x>
- Date: Fri, 07 Jun 2013 23:27:27 -0400
Looking at the specification of file inclusion at section 4.1.7and
remembering
Dybvig's paper about syntax-case, I'm unsure abouttherequirements
of R7RS regarding the use of `include' within macros:
(define-syntax m
(syntax-rules ()
((_) (lambda (a) (include "some/file.sch")))))
where the file "some/file.sch" contains, say,
(+ a 1)
Is the symbol `a' in "some/file.sch" supposed to match the
lambda's argument?
--
Daniel Villeneuve
_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports