- string-concatenateprocedure
Append the elements of string-list together into a single string. Guaranteed to return a freshly allocated string.
Note that the (apply string-append string-list) idiom is not robust for long lists of strings, as some Scheme implementations limit the number of arguments that may be passed to an n-ary procedure.