You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lua has a large ecosystem of off the shelf libraries, available through the Lua package manager, https://luarocks.org/
Lua should have an easy way to work with Lua packages, possibly even a tight integration with Lua rocks via a mix task that can pull down and vendor Lua packages.
Additionally, we should document how to integrate with popular packages, like luassert
The text was updated successfully, but these errors were encountered:
Lua has a large ecosystem of off the shelf libraries, available through the Lua package manager, https://luarocks.org/
Lua should have an easy way to work with Lua packages, possibly even a tight integration with Lua rocks via a mix task that can pull down and vendor Lua packages.
Additionally, we should document how to integrate with popular packages, like luassert
The text was updated successfully, but these errors were encountered: