Email list hosting service & mailing list manager

new srfi-118 draft Per Bothner (15 Feb 2015 16:35 UTC)
Re: new srfi-118 draft John Cowan (15 Feb 2015 17:13 UTC)
Re: new srfi-118 draft Shiro Kawai (18 Feb 2015 21:22 UTC)
Re: new srfi-118 draft cowan@xxxxxx (18 Feb 2015 22:03 UTC)

Re: new srfi-118 draft Shiro Kawai 18 Feb 2015 21:23 UTC

Looks good, but I still want the document to emphasize that
the portable program should assume string-append! can be
no more efficient as string-append.   (Of course it's fine
to use it on implementations on which you know string-append!
is more efficient.  It's just that you can't count on it
in general.)

I wonder if there's better example than translate-space-to-newline
for string-append! --- I think that's not a style to be encouraged.

--shiro