guile-user
[Top][All Lists]
Advanced

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

Re: format of ice-9


From: Marius Vollmer
Subject: Re: format of ice-9
Date: Mon, 18 Oct 2004 14:58:58 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

soo <address@hidden> writes:

> The format of format.scm shows a different behavior from the format of
> boot-9.scm.
>
> guile> (format #f "~a" '(symbol "str" #\c 123))
> "(symbol str c 123)"
>
> [versus:]
>
> guile> (format #f "~a" '(symbol "str" #\c 123))
> "(symbol \"str\" #\\c 123)"

Right, so which one is the correct version?  According to CLisp, the
first one is correct.  I have changed our (ice-9 format) to just use
display and write to produce the output. (ice-9 format used its own
printer, duh.)




reply via email to

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