Lua is very neat as a language but I don't like the 1-based indexing.
Sure, I can assign a table element to index 0 but it needs many changes to code to keep it working. Last I checked, this also messes with getting a table's correct length.
Takes some getting used to coming from other languages.
@SteelWool I've been using R and it's also 1-based indexing. It's very weird.