Page 2 of 2

Re: Lua-enumerable is a library of table manipulation functi

Posted: Wed Jun 22, 2011 8:16 pm
by Robin
Interestingly, what you call "fold", I know as "reduce" (as per Python).

Re: Lua-enumerable is a library of table manipulation functi

Posted: Wed Jun 22, 2011 9:48 pm
by mikelovesrobots
Robin wrote:Interestingly, what you call "fold", I know as "reduce" (as per Python).
In ruby (and smalltalk, I think) we call it inject. I like fold though.

I just want to thank all you guys for your suggestions and code. I'm going to get these incorporated later tonight or tomorrow. You're all awesome.