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.
Esta versão adiciona um símbolo # como alternativa para "comentário de linha" (principalmente útil para scripts shell). Acrescenta uma bandeira de alinhamento para tipos de dados do usuário. Ele adiciona uma nova função sq_throwobject API. Há pequenas correções de bugs.
Tags:
Minor feature enhancements
This release adds # as an alternative symbol for "line comment" (mostly useful for shell scripts). It adds an alignment flag for user data types. It adds a new API function sq_throwobject. There are minor bugfixes.