- 授权协议: zlib/libpng
- 开发语言:
- 操作系统: Linux
- 软件首页: http://squirrel-lang.org/
- 软件文档: http://squirrel-lang.org/doc/squirrel2.html
软件介绍
Squirrel 是一种高层次势在必行/面向对象编程语言,设计是一个强大的脚本工具,适合的大小,内存带宽,实时性要求的应用,如游戏。
示例代码
local table = {
a = "10"
subtable = {
array = [1,2,3]
},
[10 + 123] = "expression index"
}
local array=[ 1, 2, 3, { a = 10, b = "string" } ];
foreach(i,val in array)
{
::print("the type of val is"+typeof val);
}
Visual Thinking
Colin Ware / Morgan Kaufmann / 2008-4-18 / USD 49.95
Increasingly, designers need to present information in ways that aid their audiences thinking process. Fortunately, results from the relatively new science of human visual perception provide valuable ......一起来看看 《Visual Thinking》 这本书的介绍吧!
