Sha256: 05952b9dce89b014347ab0b2bb52608fbe2a7cfdce8fee0cdcf9adfbeb1514d6
Contents?: true
Size: 889 Bytes
Versions: 22
Compression:
Stored size: 889 Bytes
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][9] [options][10] [for][11] [linting][12] [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]: http://lua-users.org/wiki/DetectingUndefinedVariables
Version data entries
22 entries across 22 versions & 1 rubygems