Subject: Re: Display of large structures by LISP interpreter
From: Erik Naggum <erik@naggum.no>
Date: 1997/03/05
Newsgroups: comp.lang.lisp
Message-ID: <3066587910754700@naggum.no>


* Mike McDonald
| Annoying but works when I really need to see the whole thing, like
| *features*.

I use (map () #'print *features*) to do that.

`pprint' is probably better than `print' if you call a single function.
unlike `print', `pprint' does not return its argument value.

#\Erik
-- 
if you think big enough, you never have to do it