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.
sq_getcallee () se añadió en el API. sq_getfreevariable () también trabaja para el cierre de origen. optimizaciones menores se hicieron. Varias advertencias al compilar con GCC 4.x se retiraron. Algunos errores en la documentación se fijaron. Un error al usar SQUSEDOUBLE y intengers de 32 bits se fija. Un error al invocar los generadores con closure.call () se ha fijado.
Tags:
Major feature enhancements, Stable
sq_getcallee() was added in the API. sq_getfreevariable() also works for native closures. Minor optimizations were made. Several warnings when compiling with GCC 4.x were removed. Some errors in the documentation were fixed. A bug when using SQUSEDOUBLE and 32-bit intengers was fixed. A bug when invoking generators with closure.call() was fixed.