Hacker News new | ask | show | jobs
by bflesch 500 days ago
Nice - I wonder why something like this is not built-in to the language itself. Especially debugging tables is painful to say the least :)
2 comments

You can use inspect.lua to debug tables [1]

[1] https://github.com/kikito/inspect.lua

For most things in Lua you have to bring your own wheel