This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: pretty-print


Keisuke Nishida <kxn30@po.cwru.edu> writes:

 > Does anyone have a Scheme version of pretty-print?  That is,
 > something like
 > 
 >   > (pprint '(foo-foo-foo (bar-bar-bar (baz-baz-baz))))
 >   (foo-foo-foo
 >     (bar-bar-bar
 >       (baz-baz-baz)))

SLIB has one.  I think STk has one too.

-- 
Harvey Stein
Bloomberg LP
hjstein@bfr.co.il
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]