[r6rs-discuss] Comparison procedures' number of arguments
Ken Dickey
Ken.Dickey at whidbey.com
Sun Oct 19 16:39:44 EDT 2008
On Sunday 19 October 2008 12:30:27 Thomas Lord wrote:
> For the numeric comparison functions we have a clear
> account of what the code is supposed to model, e.g.,
> monotonic sequences of numbers.
Ah. I can see where you can use lists of numbers to model sequences.
I have always used numeric comparison predicates were to compare two or more
numbers.
Would it not be more clear to use 'sequence, 'sequence-append, ...
to 'list, 'append, ... and (sequence-ordered? < ...) to (apply < ...) ?
Cheers,
-KenD
More information about the r6rs-discuss
mailing list