guile-user
[Top][All Lists]
Advanced

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

Re: Loading and saving scheme expressions


From: Marius Vollmer
Subject: Re: Loading and saving scheme expressions
Date: 10 Jun 2002 18:49:10 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Bobby D. Bryant" <address@hidden> writes:

> Is there a way to force pretty-printing to the file?

There is the (ice-9 pretty-print) module.

    guile> (use-modules (ice-9 pretty-print))
    guile> (pretty-print '(define (foo) (+ a b)) #:width 10)
    (define (foo)
      (+ a b))



reply via email to

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