lua初学者 书
You might be surprised to see us reviewing a Windows 8 book, especially considering we recently launched our own book, The How-To Geek Guide to Windows 8 – but since we don’t (yet) h ...……
cocos2dx-lua function.lua 定义了class方法,让lua实现继承像传统语言一样漂亮和方便
看定义
function class(classname, super)
local superType = type(super)
local cls
--如果父类既不是函数也不 ...……
LuaJIT 2.0 正式版发布了,下载地址:LuaJIT-2.0.0.tar.gz , LuaJIT-2.0.0.zip LuaJIT:采用C语言写的Lua的解释器的代码 LuaJIT is a Just-In-Time Compiler for the Lua* programming language. LuaJIT试图保留Lua ...……