The Sleep Scripting Project 2.1-b21 (Default branch) |
|
|
Sleep is a Perl-inspired scripting language for
the Java platform. Sleep has its own library of
functions for performing common tasks as well as
being able to utilize the Java class library.
Sleep includes closures, coroutines, built-in
debugging, and it is very extensible.
License: GNU Lesser General Public License (LGPL)
Changes:
This release adds pushl and popl for managing
local scopes and
readAsObject and writeAsObject for
interoperability with remote Java
applications. It fixes a memory leak caused by
long running loops and
fixes several callcc issues.
|