There is. luarocks is basically the “pip” equivalent for lua, it installs packages (called “rocks”) and manages dependencies. These packages can extend lua with all sorts of practical capabilities.
Lua works smooth like butter with binary libraries written in C (since it’s made to be embeddable in C), but also it’s so fast that for many things people just do libraries in plain Lua.
Is there even an ecosystem? I don’t think I have heard of anything for Lua itself, just the stuff that embed it.
There is. luarocks is basically the “pip” equivalent for lua, it installs packages (called “rocks”) and manages dependencies. These packages can extend lua with all sorts of practical capabilities.
Lua works smooth like butter with binary libraries written in C (since it’s made to be embeddable in C), but also it’s so fast that for many things people just do libraries in plain Lua.
Ruby on Rails. 🚂🚃🚋🚃
trams when?
There is luarocks, which is better than nothing, but it’s not great.