PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
October 02, 2005

Squirrel 2.0.5 Released

Posted: 2005-10-02 21:41:00
Languages ::

Squirrel 2.0.5 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, and automated memory management.

This release includes fixes for 64-bit incompatibilities, performance enhancements, new sq_poptop() and sq_getfreevariable() API functions, plus other fixes.