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]

pretty-print


Keisuke Nishida writes:
 > Hello,
 > 
 > 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)))

There's one in slib.
_______________________________________________
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]