Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-04-30 16:20
2.1 update 4

This release smooths several issues for multi-threaded scripts. A &sum function was added for computing the sum of an array. The &values function was updated to extract specific keys from a hash. Predicates were added for testing if a string is upper or lowercase. The documentation was updated as well.

2008-09-26 13:00
2.1 update 3

Debug messages provide more detail on proxy objects. Ordered hashes no longer serialize their miss and remove policies. An inadvertent shared reference issue with values from ordered hash policies has been fixed. The cast function can now create empty arrays. Sleep can now access object fields declared in a parent class.
Tags: Minor bugfixes

2008-08-06 01:33
2.1 update 2

Imports from third party jars now affect the
system classpath. Foreach loop now works with Java
iterators. A bug with taint mode was fixed. Scope
functions now complain about incorrect use.
Tags: Minor feature enhancements

2008-07-02 19:44
2.1 update 1

Sublist corruption by the splice function was
fixed. The values function now omits null values.
The scope functions were sped up. A compile time
check was added for key/value pair sequences
missing a separator.
Tags: Minor bugfixes

2008-06-16 23:36
2.1

Minor fixes to the index operator implementation. This release completes the 2.1 development cycle.
Tags: Minor bugfixes

Project Resources