Just my .02: I can't see how mutable strings and Unicode can coexist at the user's abstraction level. The implementor might want to have a way to tweak code points or bytes or such, but the average user probably doesn't want to become a Unicode expert. He mostly wants to print stuff or parse stuff, and you don't need access to the bits and bytes if the abstraction is good.
-- ~jrm _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
