- 授权协议: 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);
}
Learn Python the Hard Way
Zed A. Shaw / Addison-Wesley Professional / 2013-10-11 / USD 39.99
Master Python and become a programmer-even if you never thought you could! This breakthrough book and CD can help practically anyone get started in programming. It's called "The Hard Way," but it's re......一起来看看 《Learn Python the Hard Way》 这本书的介绍吧!
