[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two maybe-bugs and two proposals

This page is part of the web mail archives of SRFI 67 from before July 7th, 2015. The new archives for SRFI 67 contain all messages, not just those from before July 7th, 2015.



>>>>> On Thu, 14 Apr 2005 18:28:12 +0200, Sebastian Egner <sebastian.egner@xxxxxxxxxxx> said:

> The alternatives are: Parametric tests (<? compare x y)
> vs. higher-order procedures (<? compare) => predicate.

> I would like to think about this first, and come back to it later.

Why not have <? with a single parameter produce a predicate, and with
more parameters do the operation?  Reduces cognitive load, and gives
the best of both worlds.

../Dave