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

REDUCE args



Does anybody else wish that REDUCE took a KEY argument, similarly to MEMBER.
i.e.

(reduce #'+ list-of-objects :KEY #'object-quantity)

would apply the function OBJECT-QUANTITY to each element of the
list-of-objects before reducing it with +.

Andrew