Useful Lua resources
A collection of useful resources to help you master Lua
There are many great free online resources for Lua including:
- lua.org
- A highly recommended detailed and authoritative introduction to all aspects of Lua programming by Lua's chief architect: Programming in Lua, by Roberto Ierusalimschy
- For an official definition of the Lua language, consult the Lua 5.4 Reference Manual, by R. Ierusalimschy, L. H. de Figueiredo, W. Celes.
- Lua Style Guide
- Learn Lua in 15 minutes
- Although it doesn't look pretty, the lua-users.org wiki contains a lot of useful informations and knowledge
- Some options for linting
- Language Server Protocol implementations for Lua