![在新窗口中打开 [External Link]](https://i-blog.csdnimg.cn/blog_migrate/29990708214587f9e130fbc4900b84e6.gif)
http://www.codingnow.com/2000/download/lua_manual.html
Lua 5.1 中文手册。http://lua-users.org
可以得到大量的关于 lua 的信息。http://www.lua.org/lua-l-stats.html
这里可以用 web 访问到 lua 的 maillist ,但是如果想好好用 Lua ,还是订阅一份比较好。http://luaforge.net
有大量的 Lua 相关的项目可以参考。并不是所有的项目都值得直接拿来用的,尽管 Lua 5.1 已经发布了官方的 module 扩展方案。不过许多 source code 是值得借鉴的。http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=lua&lang2=lua
我们可以从这里得到许多高性能的 lua 代码,从中了解如何写出高质量的 lua 程序。http://luajit.luaforge.net
Lua JIT 绝对值得关注的东西。http://www.keplerproject.org
用 lua 实现的一个 web 解决方案,算是一个巨大的基于 lua 的工程了。http://www.codingnow.com/2000/download/The%20Implementation%20of%20Lua5.0.pdf
The Implementation of Lua 5.0 中译(向海飞 译)- http://www.cppblog.com/lai3d/archive/2009/09/14/96129.html
- http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#tokenf
- 2. Lua Wiki网站,你可以在这里找到很多相关的资料,如文档、教程、扩展,以及C/C++的包装等: http://lua-users.org/wiki/
- 3. Lua 打包下载(包括各种平台和编译器的工程文件如vs2003,vs2005):http://luabinaries.luaforge.net/download.html
- Lua 5.1 参考手册
云风译
http://www.codingnow.com/2000/download/lua_manual.html
The Lua Architecture
Advanced Topics in Software Engineering
Lua 5.2 Reference Manual
refman-5.0.pdf
http://www.lua.org/manual/5.2/manual.html
Lua 源码欣赏
Lua 源码欣赏.pdf
云风著
Lua Source
Lua 代码结构
http://lua-users.org/wiki/LuaSource
lua 编译笔记
http://www.cppblog.com/flyindark/archive/2011/05/01/145475.aspx
lua-c 笔记
http://www.cppblog.com/flyindark/archive/2011/07/01/149937.html
代码注释
https://github.com/davidm/lua-annotate
http://stevedonovan.github.com/lua-5.1.4/
对源码进行了注释
Sample Code
http://lua-users.org/wiki/SampleCode
官网提供的各种代码片段
Technical Notes
老的一些技术文档、已经不再维护
http://www.lua.org/notes/
-
LUA源码分析上
http://www.cppblog.com/flyindark/archive/2012/04/29/173153.html
- lua 编程精粹
Programming Gems
http://www.lua.org/gems/