Download List

项目描述

Squirrel is a light-weight programming language (around 6000 lines of code) that features

higher-order functions, classes/inheritance, delegation, tail recursion, generators, cooperative threads, exception handling, reference counting and garbage collection on demand. It has a C-like

syntax.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-08-11 21:54 Back to release list
3.0 beta 2

类方法可以增加或更换后的类被实例化。 JSON的标准表的语法增加一条,作为一个实验性的功能。 sq_getsize()现在返回的类和实例userdatasize。 setroottable()和setconsttable()现在返回各自的表以前的值。一些小的错误修正和重构进行了。
Class methods can be added or replaced after the class has been instantiated. JSON compliant table syntax was added as an experimental feature. sq_getsize() now returns userdatasize for classes and instances. setroottable() and setconsttable() now return the previous value of the respective table. A few minor bugfixes and refactoring were done.

Project Resources