Hey all,
>> There are also many bindings that could be #:replaced in the rnrs >> modules. > > Yes, we should fix that. Perhaps Julian would be willing to do that? :-) Sure, although the solution that springs to my mind first is to make all bindings introduced by R6RS libraries #:replace-ing, via the `import' transformer. Objections? (Alternatively, we could make those particular libraries into modules that #:replace particular bindings, but that seems a bit messier and doesn't address future issues with other libraries.) Regards, Julian
