Email list hosting service & mailing list manager

More escape sequences? Sven Hartrumpf (07 Jun 2002 07:03 UTC)
Re: More escape sequences? Scott G. Miller (07 Jun 2002 15:38 UTC)

Re: More escape sequences? Scott G. Miller 07 Jun 2002 15:19 UTC
On Fri, Jun 07, 2002 at 09:03:48AM +0200, Sven Hartrumpf wrote:
> Hello.
>
> Do we have an established practice for formatting integers, reals, etc.?
> If so, would not this be appropriate for "_Basic_ Format Strings"?

I don't believe so.  I think that the formatting you get with display
and write are sufficient for Basic format strings.  Remember that with
this SRFI, you can format reals using the RnRS math operations and
several instances of the display or write escape sequences.  I do agree
that if there is ever an Advanced format strings SRFI that such things
should be included.

The goal of this SRFI is primarily to specify the lowest common denominator
of what format does on most Scheme systems.

	Scott

--