FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title Lua Programming Gems
- Author(s) Luiz Henrique De Figueiredo, Waldemar Celes, Roberto Ierusalimschy
- Publisher: Lua.Org (December 1, 2008); eBook (Online Edition)
- Permission: The entire book is freely available online.
- Paperback: 368 pages
- eBook: HTML and PDF
- Language: English
- ISBN-10/ASIN: 8590379841
- ISBN-13: 978-8590379843
- Share This:
This collection of articles record some of the existing wisdom and practice on how to program well in Lua. The articles cover a wide spectrum of areas and approaches, with authors from both the industry and academia and titles about game programming, programming techniques, embedding and extending, algorithms and data structures, and design techniques.
About the Authors- Roberto Ierusalimschy is a Brazilian computer scientist, known for creating the Lua programming language.
- Lua Programming Gems (L. H. de Figueiredo, et al.)
- The Mirror Site (1) - PDF
- Book Homepage (PDF Files, etc.)
-
Scripting Farming Simulator with Lua: Unlocking the Virtual Fields
Create mods using the popular game Farming Simulator with Lua. This open access book is best suited for programmers who want to learn how to use Lua to write scripts that can enhance and extend the gameplay experience.
-
Lua Reference Manual (Roberto Ierusalimschy, et al.)
This reference manual describes the syntax and the semantics of Lua, the standard libraries, and the C API. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics.
-
Programming in Lua, First Edition (Roberto Ierusalimschy)
This book is the official book about the Lua language, giving a solid base for any programmer who wants to use Lua. It covers all aspects of Lua 5 - from the basics to its API with C - explaining how to make good use of its features with code examples.
-
Lua Programming (Wikipedia Contributors)
This book is the easiest way to learn Lua. It introduces you to the basics of Lua and helps you to understand the problems it solves. It's a solid starting point for those who want to learn Lua.
-
Learning Lua (Stack Overflow Contributors)
This is an unofficial and free Lua ebook created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow. It is neither affiliated with Stack Overflow nor official Lua.
:
|
|