From: Carl Eastlund (cce at ccs.neu.edu) Date: Wed Jun 17 20:28:10 EDT 2009 |
|
Why do symbol->string and keyword->string produce mutable strings? In so doing, they have to allocate a new string every time. Is there any way to get at an immutable string that is not allocated more than once? I would prefer that this be the default behavior; R6RS already specifies that symbol->string produces an immutable string, for instance. --Carl
Posted on the dev mailing list. |
|