lua-users home
lua-l archive

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


> On Dec 19, 2014, at 9:46 AM, steve donovan <steve.j.donovan@gmail.com> wrote:
> 
> On Fri, Dec 19, 2014 at 5:48 PM, Oliver Kroth <oliver.kroth@nec-i.de> wrote:
>> what if the called function has a desired side effect?
> 
> I think lazy evaluation assumes pure functions - otherwise leads to madness.
> 
> Can't help feeling that memoization gets us most of the benefits
> without new syntax/semantics.
> 

+1