Your first paragraph is exactly why Lua is so good for beginners. You want arrays? Implement them. You want classes? Implement them! On the other hand, the one built-in data structure is powerful and can do a lot without implementing these other things.
Comments
Your first paragraph is exactly why Lua is so good for beginners. You want arrays? Implement them. You want classes? Implement them! On the other hand, the one built-in data structure is powerful and can do a lot without implementing these other things.