Jump to ratings and reviews
Rate this book

Lua 5.1 Reference Manual

Rate this book
This manual is the official definition of Lua 5.1. It covers Lua's syntax and semantics, the full API with C, and the standard libraries. Lua is an extension programming language designed to support general procedural programming with data description facilities. It also offers good support for object-oriented programming, functional programming, and data-driven programming. Lua is intended to be used as a powerful, light-weight scripting language for any program that needs one. Lua is implemented as a library, and is highly portable, being written in clean C (that is, in the common subset of ANSI C and C++).

112 pages, Paperback

First published August 30, 2006

17 people want to read

About the author

Roberto Ierusalimschy

11 books15 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
16 (34%)
4 stars
18 (39%)
3 stars
10 (21%)
2 stars
2 (4%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Charles H.
10 reviews1 follower
September 24, 2007
It's a good little reference manual. Everything you need to know about Lua in about 50 pages. It includes every function in the standard library and good descriptions of most of the things that lua can do as well as a full language grammar. The reference manual is required reading for anyone who reads PiL. PiL is simply incomprehensible without it.
Profile Image for Tae.
53 reviews13 followers
January 2, 2019
Lua is such a small language that you only need this book (or a later version) to start programming.

It is a manual, it doesn't teaches how to program
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.