•
lua
n.
(Lua)人名;(东南亚国家华语)赖;(泰)洛;(西)卢阿
abbr.
人寿保险商协会(LifeUnderwritersAssociation);最低用户权限(LeastUserAccess)
1、fructose metabolism ─── 果糖代谢
2、waittinthe well ─── 小心点
3、frail synonym ─── 脆弱同义词
4、traitorous lord ─── 叛徒领主
5、only for u ─── 只为你
6、glide into ─── 渐变为
7、substantively legal ─── 实质上合法的
8、cove molding ─── 油画外框的一种(边呈凹圆状)
9、give a bill ─── 付账单
10、ass pillow ─── 屁股枕头
1、The
Lua
language -- like its community -- is robust, inventive, and ready to help. ───
Lua
语言及其社区非常健壮,具有创新精神,随时准备好提供帮助。
2、Before you create yet another configuration file or resource format (and yet another parser to accompany it), try
Lua
. ─── 在创建另外一个配置文件或资源格式(以及相应的处理程序)之前,请尝试一下
Lua
。
3、Youve embedded
Lua
. ─── 您已经嵌入了
Lua
。
4、
Lua
is a small scripting language. ───
Lua
是一种小型脚本语言。
5、In operating systems where static loading is a necessity, extending the
Lua
engine to call a C function requires you to rebuild
Lua
. ─── 在必须使用静态加载的操作系统中,可以对
Lua
引擎进行扩充,此时调用C函数时需要重新编译
Lua
。
6、Line 9 creates a
Lua
state. ─── 第9行创建了一个
Lua
状态。
7、At the heart of the symbiotic relationship between
Lua
and its host language is a virtual stack. ───
Lua
与宿主语言之间的这种共生关系的核心是宿主语言是一个虚拟堆栈。
8、Actually,
Lua
goes to great lengths to make sure that implementation details do not surface to the user. ─── 实际上,
Lua
诉诸于极大的长度来确保不会向用户显露实现细节。
9、The function is called with a
Lua
state argument; once again, all interaction between C and
Lua
occurs through the stack of the
Lua
state. ─── 该函数是借助一个
Lua
状态参数来调用的;同样,C与
Lua
之间的所有交互都是通过
Lua
状态栈发生的。
Lua would be Wicca - A pantheistic language that can easily be adapted for different cultures and locations.
Code written in Lua always strictly obeys the stack model; C code, however, can poke around on the rest of the stack, or even insert values in the stack.
Two Lives Left have released Codify, a platform that allows game development using the Lua scripting language, which runs directly on an Apple iPad.
For example, Lua separates core platform code and auxiliary code by placing them into different libraries.
Codify is built upon the Lua scripting language, a widely used scripting mechanism used in games.
This is viable because Lua does not perform type checking because all variables are untyped.
A thread is a co-routine created by calling the built-in function coroutine.create(f), where f is a Lua function.
The lightweight Lua language (developed at the Pontifical Catholic University of Rio de Janeiro in Brazil) includes a register-based VM.
The Lua parser uses only one - pass to maximize performance.