* 2010-02-18 14:14 (+0200), Teemu Likonen wrote:

> But really Common-Lispers would write the same functionality with this:
>
>     (reduce #'+ '(1 2 3 4))

Or

    (apply #'+ '(1 2 3 4))

-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to