Today I was searching for a split-string in R7RS and it seems to me that it is not there.
Everybody else seems to have it: https://docs.python.org/2/library/stdtypes.html#str.split http://docs.oracle.com/javase/8/docs/api/java/lang/String.html#split-java.lang.String- http://golang.org/pkg/strings/#Split http://www.ruby-doc.org/core-2.2.0/String.html#method-i-split http://msdn.microsoft.com/en-us/library/tabh47cf.aspx http://php.net/manual/en/function.explode.php I am wondering if it is wise to specify a language without such a basic function. Regards, Sascha _______________________________________________ Scheme-reports mailing list Scheme-reports@scheme-reports.org http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports