Programming in Lua, Fourth Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025


Programming in Lua, Fourth Edition

簡體網頁||繁體網頁
Roberto Ierusalimschy 作者
Lua.Org
譯者
2016-8-1 出版日期
388 頁數
0 價格
Paperback
叢書系列
9788590379867 圖書編碼

Programming in Lua, Fourth Edition 在線電子書 圖書標籤: lua  編程  Lua  計算機科學  代碼  Programming  英文原版  編程語言   


喜歡 Programming in Lua, Fourth Edition 在線電子書 的讀者還喜歡




下載連結1
下載連結2
下載連結3
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2025-03-04

Programming in Lua, Fourth Edition 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2025

Programming in Lua, Fourth Edition 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2025

Programming in Lua, Fourth Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025



Programming in Lua, Fourth Edition 在線電子書 用戶評價

評分

小巧,速度在腳本中No1.就是庫少瞭點,C的補充~

評分

比起第一版內容要詳細很多,已經300多頁瞭。有些地方不免有些囉嗦,想要快速知道一個事情的做法不如 lua users wiki。但是此書經常告訴你 lua 為什麼要這麼設計,和 Fluent Python 一樣,是一本不可多得的好書。

評分

比起第一版內容要詳細很多,已經300多頁瞭。有些地方不免有些囉嗦,想要快速知道一個事情的做法不如 lua users wiki。但是此書經常告訴你 lua 為什麼要這麼設計,和 Fluent Python 一樣,是一本不可多得的好書。

評分

比起第一版內容要詳細很多,已經300多頁瞭。有些地方不免有些囉嗦,想要快速知道一個事情的做法不如 lua users wiki。但是此書經常告訴你 lua 為什麼要這麼設計,和 Fluent Python 一樣,是一本不可多得的好書。

評分

小巧,速度在腳本中No1.就是庫少瞭點,C的補充~

Programming in Lua, Fourth Edition 在線電子書 著者簡介

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.


Programming in Lua, Fourth Edition 在線電子書 著者簡介


Programming in Lua, Fourth Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

Programming in Lua, Fourth Edition 在線電子書 圖書描述

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.

Programming in Lua, Fourth Edition 在線電子書 下載 mobi epub pdf txt 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Programming in Lua, Fourth Edition 在線電子書 讀後感

評分

最近看了风云的开源游戏引擎ej2d,里面主要变成语言就是Lua。后来又看到美国总部一个医疗项目也大量是用了Lua做为脚本和测试框架。正好也想认真学点东西,就开始看这本书了。 第一次认真看一本英文本,不过总体上还是挺流利的。这本书对Lua编程的讲解还是很到位的,而且通俗易...  

評分

lua 是一个很符合我的审美观的语言:简洁、高效。 我向所有 C 出身却想学习一本动态语言的程序员推荐 lua 。因为它有所有动态语言的优点。在我看来,那指 gc , closure , 高效的 string 和字典 。这些都是直接用 C 来写程序很难实现的。 但是 lua 又没有 python , ruby 的繁...  

評分

lua 的table 和nil我很喜欢、很方便。数据结构table足以。特别是让非程序员(如策划)做配置的时候。  

評分

看到元表那章开始,我就感觉到自己一直作为一个静态语言开发者的思想的局限性了 table 继承的方法之一是 table 的 metatable 中的 __index 字段引用父 table, 然后其实 table 可以作为自身的 metatable 比如 a = 1 g = { __index = _G } setmetatable(g, g) g.print(a) ...  

評分

以前看第二版(v5.1),现在闲着看看,全面了解下第四版(v5.3)有啥变化。以前喷过前者,见新版评分不低以为译者靠谱呢,看了译者序心理有点犯嘀咕,这部分没感觉什么“信达雅”,也不关心你因为什么疾病有时间留下什么作品,果然第一章第一小节还没开始呢,就把阶乘示例代码...  

類似圖書 點擊查看全場最低價

Programming in Lua, Fourth Edition 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2025


分享鏈接





Programming in Lua, Fourth Edition 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2025 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有