[racket] Printing

From: Antonio Menezes Leitao (antonio.menezes.leitao at ist.utl.pt)
Date: Sun Oct 7 07:38:03 EDT 2012

On Sun, Oct 7, 2012 at 11:35 AM, Neil Van Dyke <neil at neilvandyke.org> wrote:
> Antonio Menezes Leitao wrote at 10/07/2012 06:23 AM:
>
>> Does Racket provide something similar to Common Lisp's *print-level* and
>> *print-length*?
>>
> There are some options documented at
> "http://docs.racket-lang.org/reference/printing.html" that might do what you
> want.

I verified all those options before. If I'm not mistaken,
none of the printing options affect the fraction of the
list that is printed.

There is one option that affects pretty-printing
(pretty-print-depth) but that is not applicable to normal
printing. Besides, I couldn't not find a way to limit the
fraction of the list that is printed.

Antonio.

Posted on the users mailing list.