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 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.
發表於2024-12-25
Programming In Lua 2024 pdf epub mobi 電子書 下載
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 ga...
評分lua 是一個很符閤我的審美觀的語言:簡潔、高效。 我嚮所有 C 齣身卻想學習一本動態語言的程序員推薦 lua 。因為它有所有動態語言的優點。在我看來,那指 gc , closure , 高效的 string 和字典 。這些都是直接用 C 來寫程序很難實現的。 但是 lua 又沒有 python , ruby 的繁...
評分table{},sequence,# sequence也是table,隻是把這個從1開始的係列提取齣來的部分。(從1開始) #長度,針對string,sequence table如果key為table這樣的復雜結構,是用pointer來hash和rawequal,所以不要指望你setmetatable,添加__equal瞭,讓key1==key2,就可以用key2從tabl...
評分lua 的table 和nil我很喜歡、很方便。數據結構table足以。特彆是讓非程序員(如策劃)做配置的時候。
評分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...
圖書標籤: lua 腳本語言 編程 Programming 遊戲編程 計算機 語言 編程語言
27 (16.3, 17.3,20.3,20.4) 21章後讀中文版。
評分學lua必讀...不解釋...
評分值得反復閱讀的 lua 入門書籍。腳本語言運用的精髓在書中也有所體現。
評分值得反復閱讀的 lua 入門書籍。腳本語言運用的精髓在書中也有所體現。
評分書寫得讓我沒有什麼特殊感覺,不過Lua倒是讓我一下就喜歡上瞭……看的是官網上的英文第一版,感覺也沒啥非要買第二版的理由……
Programming In Lua 2024 pdf epub mobi 電子書 下載