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.
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.
發表於2025-03-30
Programming in Lua, Third Edition 2025 pdf epub mobi 電子書 下載
最近看瞭風雲的開源遊戲引擎ej2d,裏麵主要變成語言就是Lua。後來又看到美國總部一個醫療項目也大量是用瞭Lua做為腳本和測試框架。正好也想認真學點東西,就開始看這本書瞭。 第一次認真看一本英文本,不過總體上還是挺流利的。這本書對Lua編程的講解還是很到位的,而且通俗易...
評分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...
評分table{},sequence,# sequence也是table,隻是把這個從1開始的係列提取齣來的部分。(從1開始) #長度,針對string,sequence table如果key為table這樣的復雜結構,是用pointer來hash和rawequal,所以不要指望你setmetatable,添加__equal瞭,讓key1==key2,就可以用key2從tabl...
評分table{},sequence,# sequence也是table,隻是把這個從1開始的係列提取齣來的部分。(從1開始) #長度,針對string,sequence table如果key為table這樣的復雜結構,是用pointer來hash和rawequal,所以不要指望你setmetatable,添加__equal瞭,讓key1==key2,就可以用key2從tabl...
評分最近看瞭風雲的開源遊戲引擎ej2d,裏麵主要變成語言就是Lua。後來又看到美國總部一個醫療項目也大量是用瞭Lua做為腳本和測試框架。正好也想認真學點東西,就開始看這本書瞭。 第一次認真看一本英文本,不過總體上還是挺流利的。這本書對Lua編程的講解還是很到位的,而且通俗易...
圖書標籤: Lua Programming 計算機 編程 lua 程序設計 計算機科學 英文版
如果第一版的 JS 就能達到 Lua 這樣的設計,該有多好。當然 Lua 也有讓我覺得不舒服的地方,但總體還是好評,可以在 Unity 下嘗試一下 ( Lua 的應用場景實在是... ) 跟 the web C language -- JavaScript 沒得比啊
評分這本書看瞭2個多月,薄薄300多麵看的也是比較慢。不過我也是同時看好幾本的習慣。lua的風格很簡潔,也鼓舞瞭更多的創造力和更差的可讀性。不過目前還不是有很多機會使用lua,接下來再找本中文版的鞏固一下。
評分作者很中肯
評分隻看瞭一部分,用openresty實現瞭動態獲取ssl證書。
評分如果第一版的 JS 就能達到 Lua 這樣的設計,該有多好。當然 Lua 也有讓我覺得不舒服的地方,但總體還是好評,可以在 Unity 下嘗試一下 ( Lua 的應用場景實在是... ) 跟 the web C language -- JavaScript 沒得比啊
Programming in Lua, Third Edition 2025 pdf epub mobi 電子書 下載