發表於2025-03-06
Programming in Lua, Fourth Edition pdf epub mobi txt 電子書 下載
Roberto Ierusalimschy is the leading architect of the Lua programming language, driving its development since its inception in 1993. He 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.
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 and a member of the IFIP Working Group on Language Design.
Lua is spreading more and more throughout different areas of software, from embedded systems and mobile devices to the Web and the Internet of Things. Besides, it has a major role in the game industry, where knowledge of Lua has become an indisputable asset. Lua is the language of choice for anyone who needs a scripting language that is simple, efficient, extensible, portable, and free. Programming in Lua is the official book about the language, providing a solid base to 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. The book is the main source of programming patterns for Lua, with numerous code examples that help the reader to make the most of Lua's flexibility and powerful mechanisms. 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 Fourth Edition updates the book to 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.
##Lua可能咋一看很簡潔、好上手、庫函數少(所有函數放一起隻有一頁),但是要深入其實還是要費一番功夫的。當中有不少和其他常見語言不太一樣的用法、復雜性也是由於為保持語言的簡潔而額外引入的,這一部分對於非專業編程人員其實非常不友好,就比如table類型變量都是引用(tab...
評分##lua 的table 和nil我很喜歡、很方便。數據結構table足以。特彆是讓非程序員(如策劃)做配置的時候。
評分##Roberto Ierusalimschy. Programming in Lua. URL: [https://www.lua.org/pil/contents.html] 這本書是對 Lua 編程語言的係統介紹。其實這本書有緊跟最新 Lua 版本的新版,但那是需要花錢買的。我這次讀的是作者免費公布在網絡上的本書第一版,所以多少和最新的 Lua 是有一點齣...
評分##抱歉,有些標題黨。 Lua 美極瞭——優雅,簡潔,自不必多說。此謂之瑜。 所謂瑕,是我發現的一處筆誤。 在 28.3 節《麵嚮對象的訪問》中提到,為瞭使用戶自定義類型能夠使用麵嚮對象的語法來操作,一定要為元錶設置“--index 元方法”。 就這裏錯瞭,把 __index(下劃綫)寫成...
評分Programming in Lua, Fourth Edition pdf epub mobi txt 電子書 下載