lua-users home
lua-l archive

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


On Thu, Dec 30, 2010 at 10:25:22PM +0200, Greg Falcon wrote:
> 
> Part of the point here is to support "holes".  You want
>    array(nil, nil, nil)
> to make a three-element array containing all nils.  
Your own post, fifteen minutes later, says that the real problem
is that people can't accept that nil is not a first-class value,
and that if one tried making it into that, the result would be
very different from Lua.

I agree with Greg II, not with Greg I.

Dirk