随笔分类 - Lua
摘要:http://www.zhihu.com/question/20511233/answer/24260355没有啥复杂的东西,考虑清楚需求,就可以很自然的衍生出这些解决方案。一开始大家想要同一时间执行那么三五个程序,大家能一块跑一跑。特别是UI什么的,别一上计算量比较大的玩意就跟死机一样。于是就有了...
阅读全文
摘要:Consider a simple function that adds the first N integers. (e.g.sum(5) = 1 + 2 + 3 + 4 + 5 = 15).Here is a simple Python implementation that uses recu...
阅读全文
摘要:1.the use of functions in table fields is a key ingredient for some advanceduses of Lua, such as modules and object-oriented programming.
阅读全文