Product Details
Lua 5.1 Reference Manual

Lua 5.1 Reference Manual
By Roberto Ierusalimschy, Luiz Henrique de Figueiredo, Waldemar Celes

List Price: $19.98
Price: $15.58 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

30 new or used available from $12.55

Average customer review:

Product Description

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++). This printed version contains the full text of the eletronic version, available at http://www.lua.org/manual/.


Product Details

  • Amazon Sales Rank: #181975 in Books
  • Published on: 2006-08-30
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 112 pages

Customer Reviews

Don't expect to learn Lua from this4
This is just a printed version of the website reference manual. Do not expect to learn Lua from this book. It is good for what it is.

Essential LUA reference4
This is a short succinct reference manual written in a clear and concise manner. It tells you everything you really need to know and not much more. There are short examples of syntax to help explain the concepts. If you need to simply write programs in LUA, then this is your choice. If you need to go deeper (e.g. embed LUA in your own application) then I recommend you get "Programming in LUA".