2016年12月7日

Lua词汇约定

摘要: Lua的标识符包含数字,字母以及下划线,数字不能作为标识符的开头。 and break do else elseif end false for function goto if in local nil not or repeat return then true until while 以上不能 阅读全文

posted @ 2016-12-07 22:01 LebronZhang 阅读(470) 评论(0) 推荐(0)

Lua简介

摘要: Lua是一种扩展语言,脚本语言,还没有主程序的概念,类似于插件,也即不能直接使用,必须嵌入在牛逼的语言里使用,如Python。 Lua由C语言编写,可以在宿主语言里写一段c程序,让Lua的解释器使用,增加程序效率。 资源: Lua manual里都不会深入探讨Lua背后设计的理念; manual里的 阅读全文

posted @ 2016-12-07 20:24 LebronZhang 阅读(1139) 评论(0) 推荐(0)

1000分以下局目标

摘要: 阅读任务: 第4章 字典 第5章 数字 第7章 字符串 第8章 字典的实际应用 第9章 文件 第25章 OOP 第29章 运算符重载 阅读全文

posted @ 2016-12-07 16:27 LebronZhang 阅读(101) 评论(0) 推荐(0)

导航