Nala Ginrut <nalagin...@gmail.com> writes: > Out of topic, IIRC string-concatenate is faster than string-append.
The speed difference between them is surely insignificant, as they both use the same code internally, and anyway efficiency hardly matters in the test suite. The reason for my suggestion was stylistic, but it's not important. Mark