PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
April 09, 2006

Squirrel Shell 0.9b Released

Posted: 2006-04-09 23:12:00
Languages ::

Squirrel Shell 0.9b 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: changes to move() to use the native OS's file moving capabilities, a working copy() function on *nix, and a fix to run() on Windows.