[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MAKE as a new name for SETF (gasp!)



Gasp, indeed.  MAKE is used throughout Common Lisp as a prefix
indicating the creation (allocation) of a new data structure.  To use
MAKE for an operation that alters a slot in an existing data structure
would be terribly confusing.  I like this even less than changing SETF
to SET.

-- Scott