lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


If you want to learn how to program Lua, then perhaps you best look a
the hints given in the following references:

---* Official reference manual (very compact. ca. 100 pages):
https://www.lua.org/manual/5.4/
---* Official "Programming in Lua" introduction: https://www.lua.org/pil/
---* Editor/"IDE": https://code.visualstudio.com/
---    after install add extension: sumneko "Lua - Lua language server
coded by Lua"
---    possibly also: actby168 "Lua Debug - VS Code debugger extension
for Lua"
---* Lua Performance tips: https://www.lua.org/gems/sample.pdf
---* "Learn x in y minutes": https://learnxinyminutes.com/docs/lua/
---* Lua quick guide:
https://github.com/medwatt/Notes/blob/main/Lua/Lua_Quick_Guide.ipynb
---* Video Tutorial 1 hour: https://www.youtube.com/watch?v=iMacxZQMPXs
---* Interactive Tutorial: https://www.luascript.dev/learn
---* "Codewars" for deeper training: https://www.codewars.com/