| To: | scsh <scsh-users@scsh.net> |
|---|---|
| Subject: | prefix on syntax-rules |
| From: | Anthony Carrico <acarrico@memebeam.org> |
| Date: | Mon, 20 Sep 2004 23:21:27 -0400 |
| List-id: | <scsh-users.list-id.scsh.net> |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Responding back to your email.., Myles Owens |
|---|---|
| Next by Date: | Re: prefix on syntax-rules, Martin Gasbichler |
| Previous by Thread: | Responding back to your email.., Myles Owens |
| Next by Thread: | Re: prefix on syntax-rules, Martin Gasbichler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |