[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: HIC at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Wed, 31 May 78 14:10:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 31 MAY 1978 1010-EDT
How about next lisp having a new subr DISPLACE, roughly defined as
(defun displace (x y) (rplaca x (car y)) (rplacd x (cdr y)) x)
and how about new fsubrs corresponding to the definitions for
PUSH, POP, and LET as found in the compiler under the functions
PUSHMENT, POPMENT, and LETMENT. I would hope to get some argument
destruction (i.e., "pattern matching") for the variables to be "letted".