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

interesting effects of losing splicing macros



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?