The Sleep Scripting Project 2.1-b26 (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 enhances arrays with a list
implementation and additional operations. JSR223
and javax.script support was added. Inline
functions now restore squashed anonymous
arguments. A means to invoke an arbitrary closure
as an inline function was added.
|