Programming in Lua is the official book about the language, g... (展开全部) 作者简介· ··· Roberto Ierusalimschy is an Associate Professor of Computer Science at PUC-Rio (the Pontifical Catholic University in Rio de Janeiro), where he works with programming-language design and implementation...
~roberto/book/ --本书的更新勘误表,代码和例子。 另外本书针对Lua 5.0,如果你的版本不同,请查阅Lua手册或者版本间的差异。 约定: 1.字符串使用双引号,比如"literal strings";单字符使用单引号,比如'a';模式串也是用单引号,比如'[%w_]*'。 2.符号 --> 表示语句的输出或者表达式的结果: print(10) --...
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 it...
IfyouareagamedeveloperorageneralprogrammerwhowishestofocusonprogrammingsystemsandtechniquestobuildyourgameAIwithoutcreatinglow-levelinterfacesinagameengine,thenthisbookisforyou.KnowledgeofC++willcomeinhandytodebugtheentiretyoftheAIsandboxandexpandonthefeaturespresentwithinthebook,butitisnotrequired. ...
Lua 5.3 and marks a complete reorganization of the text. Building on his many years of experience teaching Lua, Roberto has restructured the book to present the material in a growing order of complexity, allowing the reader to better absorb the character of the language....
Programming in Lua Roberto Ierusalimschy | , Published in 2003, 288 pages MacRuby: The Definitive Guide Matt Aimonetti | O'Reilly Media, Published in 2010 Think OCaml Nicholas Monje, Allen Downey | Green Tea Press, Published in 2011, 128 pages The Java Web Services Tutorial Eric Armstrong, ...
Programming In Lua (for version 5) Programming Gems Markdown Learn Markdown (PDF) (EPUB) (MOBI) - GitBookIO, Sammy P., Aaron O. Mathematica Basics of Algebra, Topology, and Differential Calculus Mathematica® programming: an advanced introduction by Leonid Shifrin Stephen Wolfram's The Mathema...
Programming in Lua (first edition) Make Managing Projects with GNU Make - Robert Mecklenburg Markdown Learn Markdown - Sammy P., Aaron O. (PDF) (EPUB) (MOBI) Mathematica Mathematica® programming: an advanced introduction by Leonid Shifrin Power Programming with Mathematica - David B. Wagne...
Chapter 7. Using Modules One of the most important techniques of structured programming is partitioning a program into subprograms that have well-defined interfaces and protected implementations. In this chapter, you … - Selection from Beginning Lua Pr
programs. This tutorial is geared specifically towards using Lua in World of Warcraft, so the book covers only the most relevant material, and covers a number of pitfalls and common mistakes that the reader may experience through the course of the book; even experienced users will find this ...