Programming In Lua 在线电子书 图书标签: lua 脚本语言 编程 Programming 游戏编程 计算机 语言 编程语言
发表于2025-02-22
Programming In Lua 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025
也是很久以前看的,喜欢Lua的小巧。Lua是我接触到的第一门脚本语言(如果Matlab不算的话),这本书我第一次接触到了闭包、协程和函数式编程的概念。后来在C++0x、Objective-c和Python中,也看到了这些概念的影子,但它算是我的启蒙。
评分pil确实是神书。想当初项目要上线,赶鸭子上架,本渣除了用过awesome外基本没接触lua,愣是在线上读了一半的pil第一版(https://www.lua.org/pil/contents.html)就开始用lua干活了【怪不得写了辣么多bug。之后野路子混成了老司机,遇到coroutine、lua调用c++接口时还是得经常回头再读pil。
评分一种很好的编程思维,迭代之后还没读懂。
评分http://www.lua.org/pil/index.html
评分pil确实是神书。想当初项目要上线,赶鸭子上架,本渣除了用过awesome外基本没接触lua,愣是在线上读了一半的pil第一版(https://www.lua.org/pil/contents.html)就开始用lua干活了【怪不得写了辣么多bug。之后野路子混成了老司机,遇到coroutine、lua调用c++接口时还是得经常回头再读pil。
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. He is the leading architect of the Lua programming language and the author of "Programming in Lua" (now in its second edition and translated to Chinese, Korean, German, and Japanese).
Roberto has a M.Sc. Degree (1986) and a D.Sc. Degree (1990) in Computer Science, both from PUC-Rio. He was a visiting researcher at the University of Waterloo, (Canada, 1991), ICSI (CA, USA, 1994), GMD (Germany, 1997), and at UIUC (IL, USA, 2001/2002). As a professor at PUC-Rio, Roberto was the advisor of several students that later became influential members of the Lua community. Lately he has been developing LPEG, a novel pattern-matching package for Lua.
Lua is becoming the language of choice for anyone who needs a scripting language that is simple, efficient, extensible, portable, and free. Currently, Lua is being used in areas ranging from embedded systems to Web development and is widely spread in the game industry, where knowledge of Lua is an indisputable asset.
Programming in Lua is the official book about the language, giving a solid base for any programmer who wants to use Lua. Authored by Roberto Ierusalimschy, the chief architect of the language, it covers all aspects of Lua 5.0---from the basics to its API with C---explaining how to make good use of its features and giving numerous code examples. Programming in Lua is targeted at people with some programming background, but does not assume any prior knowledge about Lua or other scripting languages.
不管是java还是c这些主流语言光经典巨著就有好几十本。每次都要选半天,晕头转向的。还是lua好,就这么一本。 首先我是外行,既不了解lua,对c也只限于语法,所以评论都是基于初学的观点。 书的质量不错,纸张比较有质感,排版还算合理。不过要是代码能够用比较突出的字体区...
评分真身是programming in lua, 2nd edition lua中难得的好书,当然它本来就不多 reading...
评分table{},sequence,# sequence也是table,只是把这个从1开始的系列提取出来的部分。(从1开始) #长度,针对string,sequence table如果key为table这样的复杂结构,是用pointer来hash和rawequal,所以不要指望你setmetatable,添加__equal了,让key1==key2,就可以用key2从tabl...
评分When you use the auxlib buffer, you have to worry about one detail. After you initialize a buffer, it keeps some intermediate results in the Lua stack.Therefore, you cannot assume that the stack top will remain where it was before you started using the buff...
评分翻译的非常好啊,作者将中国的计算机技术又向前推进了一步。 Lua 是一门小而精的嵌入式语言,一个完整的 Lua 解释器不过 200KB,与 Python、Perl 之类的脚本语言相比,Lua 先天的更加适合嵌入式应用场景。无论是嵌入式实时操作系统还是嵌入式 Linux,无论是路由器等典型的传统...
Programming In Lua 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2025