using setf with assoc
- From: "Jimka" <jimka@xxxxxxxxx>
- Date: 29 Dec 2005 04:04:12 -0800
I noticed that (setf (assoc key alist) newvalue) fails,
and in sbcl I get the following warning:
; The function (SETF ASSOC) is undefined, and its name is reserved by
ANSI CL so
; that even if it were defined later, the code doing so would not be
portable.
Does anyone know why this is not implemented? Is it because noone
could
agree about what it would do? Or does it really not make sense
in the first place?
.
- Follow-Ups:
- Re: using setf with assoc
- From: Steven M. Haflich
- Re: using setf with assoc
- From: Luís Oliveira
- Re: using setf with assoc
- Prev by Date: Re: OLAP server
- Next by Date: Re: using setf with assoc
- Previous by thread: Returning to top-level on error
- Next by thread: Re: using setf with assoc
- Index(es):