Share

Lua Programming Gems

Download Lua Programming Gems PDF Online Free

Author :
Release : 2008
Genre : Lua (Computer program language)
Kind : eBook
Book Rating : 843/5 ( reviews)

GET EBOOK


Book Synopsis Lua Programming Gems by : Luiz Henrique de Figueiredo

Download or read book Lua Programming Gems written by Luiz Henrique de Figueiredo. This book was released on 2008. Available in PDF, EPUB and Kindle. Book excerpt: This collection of articles record some of the existing wisdom and practice on how to program well in Lua. In well-written articles that go much beyond the brief informal exchange of tips in the mailing list or the wiki, the authors share their mastery of all aspects of Lua programming, elementary and advanced. 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.

Beginning Lua Programming

Download Beginning Lua Programming PDF Online Free

Author :
Release : 2011-08-15
Genre : Computers
Kind : eBook
Book Rating : 116/5 ( reviews)

GET EBOOK


Book Synopsis Beginning Lua Programming by : Kurt Jung

Download or read book Beginning Lua Programming written by Kurt Jung. This book was released on 2011-08-15. Available in PDF, EPUB and Kindle. Book excerpt: This book is for students and professionals who are intrigued by the prospect of learning and using a powerful language that provides a rich infrastructure for creating programs. No programming knowledge is necessary to benefit from this book except for the section on Lua bindings, which requires some familiarity with the C programming language. A certain comfort level with command-line operations, text editing, and directory structures is assumed. You need surprisingly little in the way of computer resources to learn and use Lua. This book focuses on Windows and Unix-like (including Linux) systems, but any operating system that supports a command shell should be suitable. You'll need a text editor to prepare and save Lua scripts. If you choose to extend Lua with libraries written in a programming language like C, you'll need a suitable software development kit. Many of these kits are freely available on the Internet but, unlike Lua, they can consume prodigious amounts of disk space and memory.

Programming in Lua

Download Programming in Lua PDF Online Free

Author :
Release : 2006
Genre : Computers
Kind : eBook
Book Rating : 825/5 ( reviews)

GET EBOOK


Book Synopsis Programming in Lua by : Roberto Ierusalimschy

Download or read book Programming in Lua written by Roberto Ierusalimschy. This book was released on 2006. Available in PDF, EPUB and Kindle. Book excerpt: Authored by Roberto Ierusalimschy, the chief architect of the language, this volume covers all aspects of Lua 5---from the basics to its API with C---explaining how to make good use of its features and giving numerous code examples. (Computer Books)

Lua 5.2 Reference Manual

Download Lua 5.2 Reference Manual PDF Online Free

Author :
Release : 2015-11-04
Genre : Computers
Kind : eBook
Book Rating : 236/5 ( reviews)

GET EBOOK


Book Synopsis Lua 5.2 Reference Manual by : Roberto Ierusalimschy

Download or read book Lua 5.2 Reference Manual written by Roberto Ierusalimschy. This book was released on 2015-11-04. Available in PDF, EPUB and Kindle. Book excerpt: Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. This reference manual is 51 pages long.

Game Programming Gems 5

Download Game Programming Gems 5 PDF Online Free

Author :
Release : 2005
Genre : Computers
Kind : eBook
Book Rating : 521/5 ( reviews)

GET EBOOK


Book Synopsis Game Programming Gems 5 by : Kim Pallister

Download or read book Game Programming Gems 5 written by Kim Pallister. This book was released on 2005. Available in PDF, EPUB and Kindle. Book excerpt: Presents articles that cover a variety of topics in the field of game programming, including artificial intelligence, graphics, and mathematics.

You may also like...