(no title)
nmz
|
2 months ago
You kind of always have to go on a quest for a library on the internet, why would lua be any different? For lua, luarocks is its module registry and you can sort by most downloads, which sometimes leads you to buggy modules, but what can you do.
deanishe|2 months ago
Plenty of languages come with standard libraries that are more than sufficient for handling plenty of tasks.
nmz|2 months ago
FWIW you can do a lot with pure lua and unless you're importing json there's no reason to include a library for it given that lua itself can be used as the data exchange format.