PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
February 18, 2008

Squirrel 2.2 Released

Posted: 2008-02-18 07:48:25
Languages ::

Squirrel 2.2 has been released. Squirrel is a lightweight, embeddable language with a C-like syntax which offers higher-order functions, delegation, tail recursion, generators, exception handling, automated memory management, and more.

This release includes: the addition of enums and constants, support for default parameters, support for octal literals, bug fixes, and other changes.