[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue: PRINT-CIRCLE-STRUCTURE (Version 1)
- To: cl-cleanup@sail.stanford.edu
- Subject: Issue: PRINT-CIRCLE-STRUCTURE (Version 1)
- From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Fri, 7 Oct 88 00:22 EDT
- Cc: Christopher.McConnell@A.GP.CS.CMU.EDU
- In-reply-to: <881005-204718-2157@Xerox>
Date: 5 Oct 88 20:47 PDT
From: masinter.pa@Xerox.COM
Circularities need only be detected for
objects that would normally be printed by the default structure
print-function.
I cannot accept any proposal with this kludgey restriction in it. If
circularities are going to be detected at all, they should be done
right. It's not difficult to call the user-defined print-function once
with a special stream argument that detects what the function prints
(i.e. what calls to WRITE and equivalent functions and FORMAT directives
it makes using that stream), and use that for circularity detection.
That's how the Symbolics Genera implementation works.