Roberto Ierusalimschy is an Associate Professor of Computer Science at PUC-Rio (the Pontifical Catholic University of 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 and a D.Sc. Degree in Computer Science, both from PUC-Rio. He was a visiting researcher at the University of Waterloo, ICSI, GMD, and UIUC, and a Tinker Professor at Stanford. As a professor at PUC-Rio, Roberto was the advisor of several students that later became influential members of the Lua community. Roberto is also a Distinguished ACM Speaker.
发表于2024-11-22
Programming in Lua, Third Edition 2024 pdf epub mobi 电子书
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...
评分不管是java还是c这些主流语言光经典巨著就有好几十本。每次都要选半天,晕头转向的。还是lua好,就这么一本。 首先我是外行,既不了解lua,对c也只限于语法,所以评论都是基于初学的观点。 书的质量不错,纸张比较有质感,排版还算合理。不过要是代码能够用比较突出的字体区...
评分lua 是一个很符合我的审美观的语言:简洁、高效。 我向所有 C 出身却想学习一本动态语言的程序员推荐 lua 。因为它有所有动态语言的优点。在我看来,那指 gc , closure , 高效的 string 和字典 。这些都是直接用 C 来写程序很难实现的。 但是 lua 又没有 python , ruby 的繁...
评分一星给原作:好书,问题不多。 译作太糟糕,翻译、语法错误太多就不多说了,代码问题也不多说,竟然有几处认知错误,糟蹋好书不如去吃屎;举几个例子: P130 L-16:若误改了一个全局变量也没什么 -> 不存在误改全局变量的风险 P216 L15:如果发生内存分配错误,其他大多数函...
评分table{},sequence,# sequence也是table,只是把这个从1开始的系列提取出来的部分。(从1开始) #长度,针对string,sequence table如果key为table这样的复杂结构,是用pointer来hash和rawequal,所以不要指望你setmetatable,添加__equal了,让key1==key2,就可以用key2从tabl...
图书标签: Lua Programming 计算机 编程 lua 程序设计 计算机科学 英文版
Lua is 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. Lua also has established itself as a major language in software development for mobile devices. 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---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. This Third Edition updates the text to Lua 5.2 and brings substantial new material. In particular, it brings more than one hundred exercises distributed through all chapters, ranging from simple questions about the language to full small-size projects.
study lua。。。
评分入门lua,这本就够了; 根据需要(看wrk和redis的源码),仅看了全书的不到1/3, 需要的时候再查阅吧.
评分好书,三天时间看完了它,前面两章是认真看了的,后面讲标准库和C接口的那部分简单看了一下。看书还是不能太局限,多看点别的可以触类旁通,看这本书我倒是明白了以前学Python时没能看懂的东西,包括元、闭包。。。
评分这本书看了2个多月,薄薄300多面看的也是比较慢。不过我也是同时看好几本的习惯。lua的风格很简洁,也鼓舞了更多的创造力和更差的可读性。不过目前还不是有很多机会使用lua,接下来再找本中文版的巩固一下。
评分很精巧的语言。作者本身是Lua创始人之一,所以讲述起来句句命中要害。从Lua看,GC和闭包已经成为标配了。此次只看书的前17章,后面的就选读了。
Programming in Lua, Third Edition 2024 pdf epub mobi 电子书