PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
March 28, 2008

Sleep 2.1-beta 21 Released

Posted: 2008-03-28 06:20:14
Languages ::

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

This release includes: a ? command to evaluate predicates in the Sleep console, &skip and &consume refer to the same function; the addition of &readAsObject and &writeAsObject to read and write serialized Java objects; changes to the semantics of fork; bug fixes; and other changes.