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

[no subject]



I'm about to add a macro DESETQ to the LET file - it produces
essentially the same sort of "disassembly" of a frob into a 
group of variables (specified through a data "pattern") as does
LET, but it is a "set"ting, rather than a lambda-binding.  For
NIL operation, it will permit a vector in place of a list.  E.g.
(DESETQ ((A B) #(C D E) . F)  (MUMBLE))
would be acceptable.   Any comments?