lua-users home
lua-l archive

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


On Thu, Aug 7, 2008 at 9:41 AM, Joey Mukherjee <joey@swri.edu> wrote:
> That said, I can see why someone might want a more natural C way, rather
> than Lua way, of accessing arrays.

remember that SWIG has to be very agnostic about the data inside those
C arrays.  if somebody implemented index-based references, changing
the start would make it very confusing for users.

-- 
Javier