This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: pssyntax.ss and module system


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]