Lua的Std库

7 views
Skip to first unread message

剑孤寒

unread,
May 14, 2008, 11:17:18 PM5/14/08
to 剑孤寒的游戏编程小站
在网上一不小心看到了一个Lua的std库,
提供了很多基本功能(list、map等),
还对以前的一些功能做了一些扩展,
真可以称得上是很好很强大了^_^

举个例子:
A = { 1, 2, 3 }
B = { 4, 5, 6, 7, 8 }
--融合两个表
C = table.merge(A, B)

下载地址
http://luaforge.net/projects/stdlib/
Reply all
Reply to author
Forward
0 new messages