Re: string interpolation (newbie)
- From: Harald Hanche-Olsen <hanche@xxxxxxxxxxxx>
- Date: 21 Aug 2005 23:32:19 +0200
+ Stephen Ramsay <sramsay@xxxxxxx>:
| but I guess I was really just trying understand why "nil" is the
| destination parameter that creates this effect (the empty list,
| right?).
NIL has more roles than the empty list. It is also the false value.
In the same vein, T is the generic true value, although any value
other than NIL is considered true. And in addition, both NIL and T
are self-evaluating symbols. They are occasionally used for other
special purposes, and this is just one of those occasions.
--
* Harald Hanche-Olsen <URL:http://www.math.ntnu.no/~hanche/>
- Debating gives most of us much more psychological satisfaction
than thinking does: but it deprives us of whatever chance there is
of getting closer to the truth. -- C.P. Snow
.
- Follow-Ups:
- Re: string interpolation (newbie)
- From: Kent M Pitman
- Re: string interpolation (newbie)
- References:
- string interpolation (newbie)
- From: Stephen Ramsay
- Re: string interpolation (newbie)
- From: R. Mattes
- Re: string interpolation (newbie)
- From: Stephen Ramsay
- Re: string interpolation (newbie)
- From: Harald Hanche-Olsen
- Re: string interpolation (newbie)
- From: Stephen Ramsay
- string interpolation (newbie)
- Prev by Date: Re: Big time difference between (unix) find and DIRECTORY : why?
- Next by Date: Re: Lisp's QUOTE and Mathematica's "Hold"
- Previous by thread: Re: string interpolation (newbie)
- Next by thread: Re: string interpolation (newbie)
- Index(es):
Relevant Pages
|