[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
interesting effects of losing splicing macros
- To: (BUG LISP) at MIT-MC
- Subject: interesting effects of losing splicing macros
- From: RWK at MIT-MC (Robert W. Kerns)
- Date: Wed, 1 Aug 79 05:06:00 GMT
- Cc: ALAN at MIT-MC, CWH at MIT-MC, KMP at MIT-MC
- Original-date: 1 AUG 1979 0106-EDT
RWK: (LOAD '|MC:LIBMAX;CHAR FASL|)
LISP: 124332
RWK: #/a ()
LISP: NIL
RWK: '(#/a)
LISP: (141)
RWK: '#/a j
LISP: J
RWK: `(,#/a) ) ) () )
LISP: (NIL)
We all know why this happens, but it definately is a screw; we should look
into fixing it. A LISPM/NIL/MACLISP compatible #-macro won't be possible
until this too is fixed. Any opinions on the "right" way to fix it?