The Sleep Scripting Project 2.1-b23 (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:
Command line options were added to dump script
execution time and profile statistics. Java 1.4.2
compatibility was restored by removing an errant
Java 1.5 call. The ordered hash miss policy
mechanism was made more flexible.
|