Y
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
nicoloren
500 days ago
You can use inspect.lua to debug tables [1]
[1]
https://github.com/kikito/inspect.lua
link
sebstefan
500 days ago
For most things in Lua you have to bring your own wheel
link
[1] https://github.com/kikito/inspect.lua