list->string -- r7rs Definition converter;
list->string (from vonuvoli);Procedure variants:
((null) -> (string-empty))
null;string-empty;((list-proper-not-null) -> (string-not-empty))
list-proper-not-null;string-not-empty;scheme:base -- (scheme base);scheme -- (scheme);Please refer to
string->list.