[r6rs-discuss] syntax-rules at meta 0
If syntax-rules is imported into (meta 0), is the following behavior specified:
((syntax-rules ()
((let ((x v)) e) ((lambda (x) e) v)))
(syntax (let ((x 1)) x))) ;; ===> (syntax
((lambda (x) x) 1))
David
Received on Thu Jun 28 2007 - 14:25:49 UTC
This archive was generated by hypermail 2.3.0
: Wed Oct 23 2024 - 09:15:01 UTC