[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Thu, 23 Nov 78 14:03:00 GMT
- Original-date: 23 NOV 1978 0903-EST
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?