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

Lua Libraries

In Chapter 3, Tables and Objects, you learned how to use one of Lua's most powerful features: tables. This chapter will build on that knowledge by introducing the global table, some of Lua's built-in modules, and how to create custom modules. By the end of this chapter, you should be able to put classes into modules to make them as reusable as possible.

In this chapter, we will cover the following topics:

  • The global table
  • The Lua math library
  • The Lua file IO library
  • Interfacing with the operating system
  • More strings
  • Creating and loading modules
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