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

Re: Issue: REDUCE-ARGUMENT-EXTRACTION (version 1)



Masinter writes:

    I think that it is true that

    (reduce <fn> sequence :key <key-fn>)  = (reduce <fn> (mapcar
    <key-fn> sequence))

    except of course in the matter of order of evaluation.

Well, that and the fact that MAPCAR doesn't work on arrays...

		-- Andy. --