lua-users home
lua-l archive

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


On Apr 26, 2014 7:41 PM, "Rena" <hyperhacker@gmail.com> wrote:
> My question would rather be why these functions exist... :-)

Well, they *could* be useful in functional programming:

sum = fold(add, 0, sequence)