Articles
Filtering by: lua Clear
Lua Coroutines: Threads from Beyond
Implementing cooperative multitasking. How coroutines differ from OS threads and why they matter.
Embedding Lua: Possessing the Host Application
Integrating Lua into C applications correctly. The stack, the registry, and safe calls.
Metatables and Black Magic
Bending Lua's syntax to your will. Operator overloading, proxies, and forbidden techniques.