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.
发表于2024-12-22
Programming In Lua 2024 pdf epub mobi 电子书
本来已经看过了英文版,今天偶然在书店看到,买下来,看完了。感觉是,还是翻译的问题。但与常见的翻译通病不同,问题不在于语言不符合中文习惯,而在于很明显,译者对一些术语的译法不太了解。比如那个有望传为经典的“正确的尾部递归”。还有那个被译为“泛型 for”的 generi...
评分真身是programming in lua, 2nd edition lua中难得的好书,当然它本来就不多 reading...
评分尽管Lua被认为是一种小而强大的语言,但从使用上来说,我很不喜欢Lua的文法风格。语义古怪另类,不符合传统C/C++、C#、JavaScript等体系语言的审美与使用规则,大有标新立异之嫌。例如下标从1开始、函数有多个返回值、以及if-then-end、for-end、do return end等啰嗦的写法。没...
评分看到元表那章开始,我就感觉到自己一直作为一个静态语言开发者的思想的局限性了 table 继承的方法之一是 table 的 metatable 中的 __index 字段引用父 table, 然后其实 table 可以作为自身的 metatable 比如 a = 1 g = { __index = _G } setmetatable(g, g) g.print(a) ...
评分花了一天的时间把全书浏览了一遍,对于之前完全没有接触过Lua的童鞋来说是很好的入门书籍。 看的是luachina翻译的245页中文版,总共是四篇29章+1章附录,建议多花点时间在第一篇(0-10章)的基本介绍上就好了,如果需要用到与C/C++的交互可以再看看第四篇的对应内容,至于...
图书标签: lua 脚本语言 编程 Programming 游戏编程 计算机 语言 编程语言
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.
一种很好的编程思维,迭代之后还没读懂。
评分学lua必读...不解释...
评分最新的第四版已经出来了吧
评分网上找不到第二版的
评分网上找不到第二版的
Programming In Lua 2024 pdf epub mobi 电子书