[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Questions about specification and possible implementations
- To: Common-lisp%su-ai.arpa@csnet-relay.arpa
- Subject: Re: Questions about specification and possible implementations
- From: PERDUE%hplabs.csnet@csnet-relay.arpa
- Date: Mon, 08 Oct 1984 21:47:00 -0000
- In-reply-to: Your message of 4-Oct-84
- Source-info: From (or Sender) name not authenticated.
I consider Skef Wholey to be incorrect when he says that "it is
an error" to redefine BUILT-IN keyword functions. In the
published Common LISP manual on page 90 under the heading
"symbol-function" I see:
The global function definitiion of a symbol may be altered by
using setf with symbol-function. . . . It is an error to
attempt to redefine the name of a special form (see Table 5-1).
Does anyone else know differently from this?
-------