lua-users home
lua-l archive

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


One of the biggest problems I have personally run into with Lua for
data description is that the compiler chokes on medium to large data
sets.  Maybe I was doing something wrong but was getting some error
about running out of constants when I was just trying to load a bunch
of objects into a table.

CR