Hi, Julian Graham <jool...@gmail.com> writes:
>> I'm still inclined to think that the module namespace hierarchy (and it >> is a hierarchy) should not impinge on the environment of an evaluation. >> But, not something we can change right now. > > This is actually causing me some difficulty -- I'm implementing the > R6RS composite library, which imports and then re-exports the bindings > of a lot of the individual R6RS standard libraries. I'm running into > a problem with `(rnrs syntax-case)', which exports `syntax-case'. Unfortunately I don’t think a module names can contain ‘syntax-case’, just like they can’t contain ‘eval’, ‘+’, etc. :-( I can’t think of a work around. Thanks, Ludo’.