PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
November 13, 2007

Sleep 2.1-b20 Released

Posted: 2007-11-13 20:03:00
Languages ::

Sleep 2.1-b20 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: warnings when modifications of read-only arrays and hashes are attempted, the evaluation of $null as null rather than "" when passed as a Java string, support for $null elements in Sleep arrays when converting to Java arrays, bug fixes, and other changes.