On Sunday 19 October 2008 15:16:47 Thomas Lord wrote: > Why do you need the extra baggage of "sequences of length greater than or equal to two?"
The difference is in the term "sequence" which is not mentioned in (e.g.) R6RS numeric discussions. I have done plenty of sorting, but have never used Scheme seriously for numeric sequences. My usages are more typically something like: (if (< lo-bound x high-bound) ... ) I don't consider (low-bound x high-bound) to be a sequence (unless a sequence of lexical tokens--but that again is a different domain). Yes. This is a difference in perspective -- and usage. -KenD _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
