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
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.
Los métodos de clase pueden ser añadidos o reemplazados después de la clase ha creado una instancia. la sintaxis de JSON mesa compatible fue añadido como una característica experimental. sq_getsize () devuelve ahora userdatasize para las clases e instancias. setroottable () y setconsttable () ahora devuelve el valor anterior de la tabla respectiva. Algunas correcciones menores y refactorización se realizaron.
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.