lua-users home
lua-l archive

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


It was thus said that the Great pocomane once stated:
> 
> - All the other table constructors, e.g. '{..}' or '{a_func()}', etc,
> generate strong tables by defaults.

  No!  That will break too much existing Lua code.  Well, not "break"
exactly, but cause programs to consume memory as the GC won't be able to
shrink tables.

  -spc