lua-users home
lua-l archive

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


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.