Miscellanea AndrevanTonder (26 Mar 2008 15:37 UTC)
Re: Miscellanea Taylor R Campbell (26 Mar 2008 20:36 UTC)
Re: Miscellanea David Van Horn (27 Mar 2008 15:55 UTC)
Re: Miscellanea Taylor R Campbell (27 Mar 2008 17:59 UTC)
Re: Miscellanea AndrevanTonder (28 Mar 2008 12:23 UTC)

Re: Miscellanea AndrevanTonder 28 Mar 2008 12:23 UTC

On Thu, 27 Mar 2008, David Van Horn wrote:

> So it seems perfectly reasonable to specify that SRFI 42 qualifier names are
> matched based on symbolic equality and that the SRFI 42 library does not
> export bindings for qualifier names.

That is possible, but in my opinion not desirable.  It would clash with the
treatment of keywords everywhere else in R5RS and R6RS Scheme, and therefore
with the expectations of users.  It would gratuitously require non-hygienic
macros beyond syntax-rules for its implementation.  Also, one would lose the
ability to exclude a subset of keywords to obtain a restricted sublanguage of
the little language for use in teaching a class, and one would lose  the
ability to translate the little language to Japanese by import renaming.

Andre