Cart
Free Shipping in Australia
Proud to be B-Corp

Beginning Lua Programming Kurt Jung

Beginning Lua Programming By Kurt Jung

Beginning Lua Programming by Kurt Jung


$69.99
Condition - Very Good
Only 1 left

Summary

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.

Beginning Lua Programming Summary

Beginning Lua Programming by Kurt Jung

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. Software developers who have experience with functions, strings, and associative arrays can skim Chapters 2 through 5 with the caveat that certain Lua colloquialisms are introduced there along with programming concepts. Throughout the text, sections pertaining to a particular operating system are clearly marked and can be skipped by readers working on a different platform. This book is organized to guide you through the basics of using Lua. Its structure is as follows: * Installing Lua on your system (Chapter 1)* Learning the fundamentals of programming in Lua (Chapters 2 through 10)* Reviewing standard Lua functions (Chapter 11)* Exploring application development with Lua using packages contributed by the community (Chapters 12 through 18)* Using Lua's many community resources (Chapter 19) Chapters 2 through 10 each build on concepts that are presented in its predecessors, so a sequential reading of this part of the book is advised. The summary of Lua's built-in libraries contains examples that assume you have a good grasp of the materials presented in the first 10 chapters. Some of the libraries and techniques presented in Chapters 12 and 13 are needed in the remaining chapters of the book. Chapters 14 through 19 are relatively independent of one another and can be read out of sequence. 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. Chapter 18 discusses using Lua on a Palm Pilot. Even if you don't own or have access to one of these devices, this chapter shows how you can simulate one on the major desktop systems.

About Kurt Jung

Between his first programs submitted to a Burroughs 5500 on Hollerith punch cards and his latest programs tapped into a Palm Pilot, Kurt Jung has been the principal programmer on various projects ranging from airline yield management to state machine-driven workflow. Aaron Brown began programming in elementary school on a Commodore 64. He plays various musical instruments and speaks Esperanto.

Table of Contents

Acknowledgments. Introduction. Chapter 1: Getting Situated. Choosing How to Install Lua. Finding Your System's Shell. Dealing with Tarballs and Zip Files. Compiling Lua. Binary Packages. Additional Tools. Chapter 2: First Steps. Numbers and Arithmetic Operations: Basic Interpreter Usage. Interpreter Know-How. Numerical Gotchas. Variables and Assignment. Strings. Relational Operators and Boolean Values. The nil Value. Boolean Operators. The Concatenation, Length, and Modulo Operators. Automatic Conversion of Operands. Precedence and Associativity. Variables and Values. Comments. Expressions and Statements. Compound Statements. Chapter 3: Extending Lua with Functions. Return Values. Chunks as Functions. Variable Scope. Understanding Side Effects. Functions Calling Functions. Functions as Values. Whitespace, Semicolons, and Function Calls. Upvalues and Closures. Chapter 4: Working with Tables. Tables Introduced. A Shorter Way to Write Some Keys. Altering a Table's Contents. Tables as Arrays. Array Length. Looping through Tables. Tables of Functions. Functions with Variable Numbers of Arguments. Keyword Arguments. Different but the Same. Building Other Data Structures from Tables. Custom-Made Loops. Global Variable Environments. Chapter 5: Using Strings. Basic String Conversion Functions String Length. Converting Between Characters and Character Codes. Formatting Strings and Numbers with string.format. Input/Output. Pattern-Matching. Chapter 6: Handling and Avoiding Errors. Kinds of Errors. Handling Errors. Locating Errors. Chapter 7: Using Modules. Interfaces and Implementations. The require Function. Where to Put Modules. Preserving a Module's Interface. Module Bookkeeping. Bytecode. Namespaces. The module Function. C Modules. Chapter 8: Extending Lua's Behavior with Metamethods. Using Concatenation and Arithmetical Operators on Tables. Relational Metamethods. Indexing and Call Metamethods. Non-Tables with Metamethods. Non-Syntactical Metamethods. Metamethod Applicability. Chapter 9: Handling Events Naturally with Coroutines. Coroutines and Program Control. Managing Concurrent Tasks. Retaining State. Handling Events Simply. Chapter 10: Looking Under the Hood. Bytecode and luac. Garbage Collection. The Implementation of Tables and Strings. The Debug Library. Chapter 11: Exploring Lua's Libraries. Core Library. Coroutine Library. Package Library. String Library. Table Library. Math Library. Input/Output Library. Operating System Library. Debugging Library. Chapter 12: Using Community Libraries. Library Overview. How Lua Interacts with Libraries. The pack Binary Structuring Library. The cURL File Transfer Library. The gd Graphics Library. The SQLite Database Library. Chapter 13: Interfacing Lua with Other Languages. How C Programs Use Lua. Communicating Between Lua and C. Calling Lua from C. Working with Userdata. Indexing Values in C. Retaining Values in C. Layering Your Extension Library. Chapter 14: Managing Information with Databases. Some Basic Relational Database Concepts. SQL, LuaSQL, and MySQL. Chapter 15: Programming for the Web. A Web Server Primer. Dynamic Web Content. Executing CGI Scripts. Installing a Web Server. Testing Your Web Server with Static Content. Serving Dynamic Web Content. Interactive CGI Applications. The Kepler Project. Chapter 16: Connecting to a Larger World. Installing LuaSocket. Network Overview. Using LuaSocket for Network Communication. Handling Multiple Persistent Connections. The Application Protocols. Networking with Lua and Streams. Chapter 17: Programming Games with Lua. Understanding Why and When to Use Lua. Simple 2-D Action Game Using SDL. Chapter 18: Carrying Lua with You. Getting Started with Plua. Exploring Plua's Features. Plua on the Mothership. Programming with Plua. Chapter 19: Fitting into the Lua Community. The Lua Web Site. The Lua Reference Manual. Framing Questions. The Lua Mailing List. The Lua Chat Room. Forums. The Lua Wiki. LuaForge. Annual Workshops. Appendix A: Answers. Index.

Additional information

GOR002744494
9780470069172
0470069171
Beginning Lua Programming by Kurt Jung
Used - Very Good
Paperback
John Wiley & Sons Inc
20070101
672
N/A
Book picture is for illustrative purposes only, actual binding, cover or edition may vary.
This is a used book - there is no escaping the fact it has been read by someone else and it will show signs of wear and previous use. Overall we expect it to be in very good condition, but if you are not entirely satisfied please get in touch with us

Customer Reviews - Beginning Lua Programming