Skip to Content
Lua Quick Start Guide
book

Lua Quick Start Guide

by Gabor Szauer
July 2018
Beginner
202 pages
5h 42m
English
Packt Publishing
Content preview from Lua Quick Start Guide

Creating and loading modules

Modules allow Lua code to be split across multiple files. The codebase of any non-trivial application is going to get large, and having modules allows the code to be organized and keeps it maintainable. When doing OOP, each class can be its own module. Keeping every class in its own file will keep your projects easy to navigate and maintain.

Lua has several ways of creating and loading modules. Only one method is discussed here. Read more about how modules work at http://lua-users.org/wiki/ModulesTutorial
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning Lua Programming

Beginning Lua Programming

Kurt Jung, Aaron Brown
Vim Masterclass

Vim Masterclass

Jason Cannon

Publisher Resources

ISBN: 9781789343229Supplemental Content