Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I had the completely opposite experience when using Lua: tables felt like a great structure to base a language on.


Tables/dictionaries have been working great for Python and JavaScript, too. :D


Python and Javascript has arrays, classes, too.


Lua tables combine arrays and dictionaries, though. They have a dictionary-style interface, but basically, if you use consecutive integer keys, that portion of the dictionary is stored in an array with O(1) access and can be iterated in order.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: