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 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)))

I believe slib has pretty print (pp.scm).  Check

  http://swissnet.ai.mit.edu/pub/scm/slib2c8.zip

or update



_______________________________________________
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]