
3 Sep
2007
3 Sep
'07
7:23 p.m.
Nicolas Neuss <neuss@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.)