guile-devel
[Top][All Lists]
Advanced

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

Re: (ice-9 format) and pretty print


From: Dale P. Smith
Subject: Re: (ice-9 format) and pretty print
Date: Fri, 25 May 2001 07:17:32 -0400

Marius Vollmer wrote:
> 
> Daniel Skarda <address@hidden> writes:
> 
> >    - finish porting of format
> 
> Done!  Thanks for the hint.
> 
> 2001-05-25  Marius Vollmer  <address@hidden>
> 
>         * Makefile.am (ice9_sources): Added "pretty-print.scm".
>         * pretty-print.scm: New file, copied from SLIB.
>         * format.scm: Autoload `pretty-print'.

Yaaay!!!


Um.  What's that number that prints?

guile> (define foo '(one two three))
guile> (pretty-print foo)
(one two three)
16

Maybe pretty-print (or generic-write) needs to return SCM_UNSPECIFIED? 
[Or (if #f #f) ?]

-Dale
-- 
Dale P. Smith
Treasurer, Cleveland Linux Users Group http://cleveland.lug.net
Senior Systems Consultant, Altus Technologies Corporation
address@hidden
440-746-9000 x309




reply via email to

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