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: guile-vm-0.2


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> Once we have made these fixes, we can use the module system in the
> usual way and simply "use" exported syntactic bindings.

Except that the module system needs to distinguish syntax from
normal bindings.  The importing module must look up auxiliary
definitions in the syntax module, not in the current module.

This isn't a problem with syntax-rules, but I haven't looked 
at syntax-case.

Jost

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