[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Syntax-case implementation
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.