[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Recursive printing proposal
- To: "BACH::ROBBINS" <robbins%bach.decnet@HUDSON.DEC.COM>
- Subject: Recursive printing proposal
- From: "Scott E. Fahlman" <Fahlman@C.CS.CMU.EDU>
- Date: Fri, 22 Nov 1985 18:26:00 -0000
- Cc: common-lisp <common-lisp@SU-AI.ARPA>
- In-reply-to: Msg of 0 0 00:00:00 EST from BACH::ROBBINS <robbins%bach.decnet at hudson.dec.com>
- Sender: FAHLMAN@C.CS.CMU.EDU
I think this would have to be a special form and not a macro, since it
cannot be implemented using existing forms. It might be better to add a
function to sense and setf the current print depth, and implement your
own macro in terms of that.
-- Scott