Why does R6RS specify that predicates like =, <, >=, char<?, fx>=?, etc. accept a minimum of two arguments instead of accepting zero or more? They would seem to compose better by allowing arbitrary/unknown numbers of arguments, and some implementations (Gambit, Chicken, Chez, Ikarus, more?) do allow them to accept zero and/or one.
-- : Derick ---------------------------------------------------------------- _______________________________________________ r6rs-discuss mailing list [email protected] http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss
