lua-users home
lua-l archive

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


Dear Lua developers!

I have to immediately apologize for bringing up this topic again.
However, the introduction of integer type made me curious whether
there was any change in your stance on other features as well. After
all, I can imagine if someone proposed integers few years ago it would
be rejected in the name of simplicity [1].

Please, what is your opinion about:

- splitting table into hash-table-based dictionary and resizable
vector/array/list?

- indexing from zero, instead of one?

I don't want to bother you with my reasoning, I bet you heard many
similar explanations before.

Thanks a lot in advance, I hope you don't mind such questions too much!

T.

[1] "Lua has no integer type, as it does not need it."
http://www.lua.org/pil/2.3.html