Re: printing circular data structures
- From: Eli Bendersky <eliben@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 02:15:07 -0800 (PST)
On Nov 30, 12:11 pm, Eli Bendersky <eli...@xxxxxxxxx> wrote:
Hello,
I want to be able to print out data structures, without having the
environment blow up if the data structure is circular. One way to do
this is to limit the amount of characters the printer prints. Is this
possible in Common Lisp ?
The implementation I'm using is CLISP, though I suspect there can be a
standard way, since I want it to work for all my printing functions
(print, format, etc.)
Ouch, sorry for bothering the newsgroup. Had I only tried one another
google search, I would quickly turn up with:
(setf *print-circle* t)
I wish it was possible to retract Google Groups messages withing some
short time of posting :-)
Sorry again,
Eli
.
- Follow-Ups:
- Re: printing circular data structures
- From: Øyvin Halfdan Thuv
- Re: printing circular data structures
- References:
- printing circular data structures
- From: Eli Bendersky
- printing circular data structures
- Prev by Date: printing circular data structures
- Next by Date: Re: printing circular data structures
- Previous by thread: printing circular data structures
- Next by thread: Re: printing circular data structures
- Index(es):
Relevant Pages
|
|