Re: symbol name with case preserved
From: Pascal Bourguignon (spam_at_thalassa.informatimago.com)
Date: 01/20/04
- Next message: Kenny Tilton: "Re: Floating point arithmetic (epsilon)"
- Previous message: Kenny Tilton: "Re: Floating point arithmetic (epsilon)"
- In reply to: Timothy Moore: "Re: symbol name with case preserved"
- Next in thread: Erik Naggum: "Re: symbol name with case preserved"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Jan 2004 00:07:14 +0100
Timothy Moore <moore@trousse.labri.fr> writes:
> Pascal Bourguignon <spam@thalassa.informatimago.com> writes:
>
> > Erik Naggum <erik@naggum.no> writes:
> > > If you decide to investigate READTABLE-CASE, you wil run into a very
> > > annoying problem: the case of Common Lisp symbols is upper-case, which
> > > these days is useful mostly in news articles like this to make them
> > > stand out from other words, so if you ask for :PRESERVE, you get to
> > > shout a lot. It would have been easy to break with the past and
>
> > Silly suggestion:
> >
> > (defpackage "common-lisp"
> > [...]
> This doesn't work for special forms. Too bad.
Yes it does because you can always cover a special form with a macro.
All special forms can be implemented by a macro the standard says.
-- __Pascal_Bourguignon__ http://www.informatimago.com/ There is no worse tyranny than to force a man to pay for what he doesn't want merely because you think it would be good for him.--Robert Heinlein http://www.theadvocates.org/
- Next message: Kenny Tilton: "Re: Floating point arithmetic (epsilon)"
- Previous message: Kenny Tilton: "Re: Floating point arithmetic (epsilon)"
- In reply to: Timothy Moore: "Re: symbol name with case preserved"
- Next in thread: Erik Naggum: "Re: symbol name with case preserved"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|