Hacker News new | ask | show | jobs
by FreezerburnV 4843 days ago
I agree about the tables. Personally, I find Lua to just be a more honest language, in a sense. Languages like Python or OCaml really just use tables under the hood for objects and what not (from what I understand), but Lua shows you that outright.
2 comments

I can see the case for Python, but how do you explain OCaml?
Yes and this transparency gives you a new perspective on the underlying "pattern" between concepts, which is very powerful.