[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MAKE-LIST kludge
- Subject: Re: MAKE-LIST kludge
- From: Guy.Steele at CMU-10A
- Date: Wed ,5 Nov 80 12:39:00 EDT
Actually, aside from the aesthetics (or lack thereof) of the
porposed "twiddle the arguments" kludge, there is a lurking
danger. If people get used to being able to write the arguments
in either order, then such code will not be back-transportable to
the LISP Machine. Moreover, the LISP Machine cannot use the kludge;
it uses fixnums to identify areas. Therefore one cannot tell
whether (MAKE-LIST 3 5) was intended to make a 3-list in area 5,
or a 5-list in area 3.