chickadee » srfi-13 » string-concatenate

string-concatenate string-listprocedure

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.