Comprehensive Lua
Comprehensive Lua
Copyright © 2016 NobleProg™. All Rights Reserved. www.nobleprog.us
Done
*Comprehensive Lua
- Introduction to Lua
- History
- Goals
- References and Tutorials
- Installing an IDE
- LuaRocks
TODO
- Basic control structures
- Functions
- Data Structures Using Tables
- Errors and Error handling
- Iterators
- Coroutines
- Metatables and metamethods
- Modules and packages
- Metatables through examples
- Environments
- Object-oriented Programming
- A walkthrough of the Lua Standard Libraries
- Compilation
- Garbage collection
- Lua bytecode and virtual machine
- Calling C modules from Lua
- Create C Modules, Call from Lua
- Calling Lua from C
- Memory management
- Threads in Lua
- Sample Lua and C code