This is the mail archive of the
guile@sources.redhat.com
mailing list for the Guile project.
Re: pssyntax.ss and module system
- To: <guile at sources dot redhat dot com>
- Subject: Re: pssyntax.ss and module system
- From: "Matthias Clasen" <Matthias dot Clasen at poet dot de>
- Date: Fri, 25 Aug 2000 16:01:27 +0200
- Cc: <djurfeld at nada dot kth dot se>,<kxn30 at po dot cwru dot edu>
Sorry for dropping in this discussion as an outsider who only glances
over the archives of the guile list...
If you are looking at the interaction of macros (in particular syntax-case)
and modules, you might be interested in the paper
"Extending the scope of syntactic abstraction"
(http://www.cs.indiana.edu/~dyb/papers/popl99.ps.gz) in which Waddell and
Dybvik
describe an extension of syntax-case to include clean yet powerful module
system.
It is implemented in the version of syntax-case which comes with Chez Scheme
6.
It should also be available from ftp.cs.indiana.edu, but its not there yet.
Matthias Clasen