Nicolas Neuss <neuss at math.uni-karlsruhe.de> writes: > I do not like it, because it uses a tricky construct to achieve something > simple. I would use something like > > (mapcar (curry #'+ 10) list) (Notice that this is not currying, but partial application; hence the util is probably better named `papply' or similiarly.)