Sha256: 3e0e42f385588cbffc5e314988ad87042cbc055b5b7c25005e42b614b43b1a40
Contents?: true
Size: 1.02 KB
Versions: 305
Compression:
Stored size: 1.02 KB
Contents
There are many great free online resources for Lua including: 1. [lua.org][8] 2. A highly recommended detailed and authoritative introduction to all aspects of Lua programming by Lua's chief architect: [Programming in Lua, by Roberto Ierusalimschy][6] 3. For an official definition of the Lua language, consult the [Lua 5.1 Reference Manual][7], by R. Ierusalimschy, L. H. de Figueiredo, W. Celes. 4. [Lua Style Guide][4] 5. [Learn Lua in 15 minutes][5] 6. Some options for linting - [lua-checker][9] - [Lua Lint][10] - [Lua Inspect][11] - [luacheck][12] - [Detecting Undefined Variables][13] [4]: https://github.com/Olivine-Labs/lua-style-guide [5]: http://tylerneylon.com/a/learn-lua/ [6]: http://www.lua.org/pil/ [7]: http://www.lua.org/manual/5.1/ [8]: http://www.lua.org [9]: https://code.google.com/p/lua-checker/ [10]: http://lua-users.org/wiki/LuaLint [11]: http://lua-users.org/wiki/LuaInspect [12]: https://github.com/mpeterv/luacheck [13]: http://lua-users.org/wiki/DetectingUndefinedVariables
Version data entries
305 entries across 305 versions & 1 rubygems