Email list hosting service & mailing list manager

Syntax-case implementation Andre van Tonder (23 Feb 2005 09:19 UTC)
Re: Syntax-case implementation bear (24 Feb 2005 01:39 UTC)
Re: Syntax-case implementation Andre van Tonder (25 Feb 2005 15:08 UTC)

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.