chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] display with cyclic structures or just limit on characte


From: Patrick Li
Subject: [Chicken-users] display with cyclic structures or just limit on characters?
Date: Tue, 15 Feb 2011 23:39:40 -0500

Hello everyone,
I'm just debugging some software with display statements, except that I am using some cyclic data structures.

If I use (display my-data-structure) on a cyclic structure, it just floods the screen and crashes the program. 

Is there an existing cycle-detecting pretty-printer for Chicken? Or just a simple way of limiting the number of characters that (display) will output?

Thanks
  -Patrick

reply via email to

[Prev in Thread] Current Thread [Next in Thread]