Lua编程语言究竟有何独特之处,使其在游戏开发领域备受青睐?
- 内容介绍
- 文章标签
- 相关推荐
本文共计300个文字,预计阅读时间需要2分钟。
官方网站:http://lua-users.org/wiki用户社区wiki:http://lua-users.org/wiki库:LuaForge、LuaBinaries、LuaRocks、Awesome Lua朋友翻译的中文手册:http://cloudwu.github.io/lua53doc/Tips(发音为LOO-ah),不要全大写+特+点+名
- 官网:lua-users.org/wiki/
- 用户社区wiki:lua-users.org/wiki/
- 库:LuaForge,LuaBinaries,LuaRocks,Awesome Lua
- 网友翻译的中文手册:cloudwu.github.io/lua53doc/
- tips
- pronouncedLOO-ah
- 不要全大写
- 特点
- open source
- may be used for any purpose, including commercial purposes
- free, no cost for any purpose
- License
- not in the public domain
- MIT license
- compatible with GPL
- no GNU-like "copyleft" restrictions
- 使用建议
- if you do use Lua, then you should give us credit by including the copyright notice somewhere in your product or its documentation
- A nice, but optional, way to give us further credit is to include aLua logoand alink to our sitein a web page for your product.
- 优点
- Lua is a proven, robust language
- Lua is fast
- Lua is portable
- Lua is embeddable
- Lua is powerful (but simple)
- Lua is small
- Lua is free
- 自行编译
- 现成的二进制包
本文共计300个文字,预计阅读时间需要2分钟。
官方网站:http://lua-users.org/wiki用户社区wiki:http://lua-users.org/wiki库:LuaForge、LuaBinaries、LuaRocks、Awesome Lua朋友翻译的中文手册:http://cloudwu.github.io/lua53doc/Tips(发音为LOO-ah),不要全大写+特+点+名
- 官网:lua-users.org/wiki/
- 用户社区wiki:lua-users.org/wiki/
- 库:LuaForge,LuaBinaries,LuaRocks,Awesome Lua
- 网友翻译的中文手册:cloudwu.github.io/lua53doc/
- tips
- pronouncedLOO-ah
- 不要全大写
- 特点
- open source
- may be used for any purpose, including commercial purposes
- free, no cost for any purpose
- License
- not in the public domain
- MIT license
- compatible with GPL
- no GNU-like "copyleft" restrictions
- 使用建议
- if you do use Lua, then you should give us credit by including the copyright notice somewhere in your product or its documentation
- A nice, but optional, way to give us further credit is to include aLua logoand alink to our sitein a web page for your product.
- 优点
- Lua is a proven, robust language
- Lua is fast
- Lua is portable
- Lua is embeddable
- Lua is powerful (but simple)
- Lua is small
- Lua is free
- 自行编译
- 现成的二进制包

