lua-users home
lua-l archive

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


On Thu, Sep 16, 2010 at 2:48 AM, David Kastrup wrote:
> Jeff Pohlmeyer writes:

>> function choose(expr,yes,no)
>>   if expr then return yes else return no end
>> end

> That evaluation is inappropriately unlazy.

The author's brain appears to be quite lazy, however. :-)

 - Jeff