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

new srfi-118 draft

This page is part of the web mail archives of SRFI 118 from before July 7th, 2015. The new archives for SRFI 118 contain all messages, not just those from before July 7th, 2015.



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
per@xxxxxxxxxxx   http://per.bothner.com/