[r6rs-discuss] Comparison procedures' number of arguments
Ken Dickey
Ken.Dickey at whidbey.com
Sun Oct 19 18:56:53 EDT 2008
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
More information about the r6rs-discuss
mailing list