Lua 5.3 中英术语对照

元表 :metatable

元方法:metamethod

弱表: weak table

协程 :coroutine

闭包:closure

注册表: registry

让出:yield

表:   table

程序块: chunk

匿名的:anonymous

非对称的协同程序: symmetric  coroutine :Lua提供两个函数用来控制协同程序的执行,一个用于恢复执行,一个用于挂起执行


对称的协同程序 :symmetric coroutine :python 只有一个函数用于转让协同程序之间的执行权


管道:pipe

过滤器:fitter



你可能感兴趣的:(Lua 5.3 中英术语对照)