Programming in Lua, Second Edition 在線電子書 圖書標籤: lua 腳本語言 編程 Lua programming 程序設計 編程語言 計算機
發表於2025-03-22
Programming in Lua, Second Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025
第一版坑爹瞭
評分編排閤理 突齣要點
評分在用premake,於是周末把內容和例子大概一遍,lua的確很簡潔,而且夠用,和javascript比較類似(table/object, 函數式),但沒有javascript那些臭毛病。我的感覺lua的應用有三:一是做為配置文件;二是作為領域語言;三是作為獨立程序,並且由C擴展 接著又讀瞭第二遍,算是精讀,每天1個小時,結閤例子,效果非常好
評分不知覺中養成瞭通過C API學習動態語言的惡習,哎……
評分:無
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 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---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 Second Edition updates the text to Lua 5.1 and brings substantial new material, including numerous new examples, a detailed explanation of the new module system, and two new chapters centered on multiple states and garbage collection.
真身是programming in lua, 2nd edition lua中难得的好书,当然它本来就不多 reading...
評分翻译的非常好啊,作者将中国的计算机技术又向前推进了一步。 Lua 是一门小而精的嵌入式语言,一个完整的 Lua 解释器不过 200KB,与 Python、Perl 之类的脚本语言相比,Lua 先天的更加适合嵌入式应用场景。无论是嵌入式实时操作系统还是嵌入式 Linux,无论是路由器等典型的传统...
評分看到元表那章开始,我就感觉到自己一直作为一个静态语言开发者的思想的局限性了 table 继承的方法之一是 table 的 metatable 中的 __index 字段引用父 table, 然后其实 table 可以作为自身的 metatable 比如 a = 1 g = { __index = _G } setmetatable(g, g) g.print(a) ...
評分看到元表那章开始,我就感觉到自己一直作为一个静态语言开发者的思想的局限性了 table 继承的方法之一是 table 的 metatable 中的 __index 字段引用父 table, 然后其实 table 可以作为自身的 metatable 比如 a = 1 g = { __index = _G } setmetatable(g, g) g.print(a) ...
評分真身是programming in lua, 2nd edition lua中难得的好书,当然它本来就不多 reading...
Programming in Lua, Second Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025