prefix on syntax-rules
Anthony Carrico <[email protected]>
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
I noticed something a little strange:
(define-structure strange
(export)
(open (with-prefix scheme scheme/))
(begin
(scheme/define-syntax
foo
;; for some reason, syntax-rules doesn't cache the scheme/ prefix:
(syntax-rules () ((_) "strange")))
(scheme/display (foo))
(scheme/newline)))
--
Anthony Carrico
http://giftfile.org