by tkhattra on 6/18/25, 11:49 PM with 19 comments
by ufo on 6/21/25, 10:37 PM
https://github.com/lua/lua/blob/f71156744851701b5d5fabdda506...
by nzzn on 6/22/25, 7:07 PM
However, arrays of a single type are just enormously common in applications. Support for arrays is pretty much ubiquitous in other languages, including ones that are in the same general dynamic space.
Internally Lua does treat arrays in their own pathway to keep performance reasonable. There is also some user facing special syntax for arrays. Arrays should be part of the core language — some learning overhead for the newcomer but worth it.
by marhee on 6/22/25, 7:34 AM
by kzrdude on 6/21/25, 8:33 PM
by Jyaif on 6/21/25, 8:59 PM
Irresponsible of them of not advertising this as an option in luaconf.h