PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
June 30, 2006

Squirrel Shell 1.0rc1 Released

Posted: 2006-06-30 23:12:00
Languages ::

Squirrel Shell 1.0rc1 has been released. Squirrel Shell is a portable system shell based around the Squirrel programming language. 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 md5(), crc32(), adler32(), and exit() functions; an interactive mode; plus fixes.