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)

new srfi-118 draft Per Bothner 15 Feb 2015 16:14 UTC

Available at http://srfi.schemers.org/srfi-118/srfi-118.html

Various changes based on people's suggestions.  The only substantive change
is being more specific that make-string and string-copy must return
variable-sized strings while the other standard procedures don't have to.

John Cowan suggested in http://srfi.schemers.org/srfi-118/mail-archive/msg00002.html
3 procedures: string-copy, string-variable-copy, string-immutable-copy.  I didn't
incorporate this suggestion, as I'm not convinced cluttering up the API this
way is worth it.  But I'm open to the suggestion if other implementors think it's a
good idea.  For Kawa string-immutable-copy could return a java.lang.String
rather than a mutable gnu.lists..FString.

One typo I noticed: "a interleaved" should be "is interleaved".
--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/