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

Re: Issues with Unicode

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



Shiro Kawai <shiro@xxxxxxxx> writes:

> I don't know how much R6RS committee want to change string API,
> but I really wish R6RS strings be immutable.

Another quite important aspect of immutable strings is that one
can use ropes as the internal representation, effectively giving
high-performance STRING-APPEND and SUBSTRING operations. From my
experience (and I guess others'), those are much more common than
string mutation anyways.

Regards,
        -- Jorgen

-- 
((email . "forcer@xxxxxxxxx") (www . "http://www.forcix.cx/";)
 (gpg   . "1024D/028AF63C")   (irc . "nick forcer on IRCnet"))