Re: Syntax-case implementation
Andre van Tonder 25 Feb 2005 15:08 UTC
On Wed, 23 Feb 2005, bear wrote:
> This shadows several commonly-used syntactic keywords such
> as define-generic, with semantics that may contradict the
> usual uses of those keywords.
No. Define-generic is not exported.
> Are the module systems in use uniformly able to overcome
> this, or is this a serious issue?
I don't think it is serious. In the absence of a module system,
you should probably follow some alternative naming convention. The
exposed interface should be clear from the specification and the two
module-based syntax-case implementations.