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/