Shiro Kawai <xxxxxx@lava.net> 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 . "xxxxxx@forcix.cx") (www . "http://www.forcix.cx/")
(gpg . "1024D/028AF63C") (irc . "nick forcer on IRCnet"))