picrin icon indicating copy to clipboard operation
picrin copied to clipboard

Add basic functions for transient-string

Open koba-e964 opened this issue 11 years ago • 1 comments

string->transient transient->string transient? transient-string-set! transient-string-ref transient-string-length transient-string-append!

koba-e964 avatar Aug 14 '14 22:08 koba-e964

@koba-e964

As overall thoughts, I suggest you write this as a contribution library, although I don't have a strong opinion about that yet. And I'm not sure about the name, either. Java calls this kind of data structure "StringBuffer", while Haskell does "Text". Thoughts?

nyuichi avatar Aug 16 '14 16:08 nyuichi