Related articles |
---|
Sleep 2.1 beta 6 released andreas.ravnestad@gmail.com (Andreas Ravnestad) (2006-10-06) |
From: | Andreas Ravnestad <andreas.ravnestad@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 6 Oct 2006 17:13:21 -0400 |
Organization: | Compilers Central |
Keywords: | available, Java, interpreter |
Posted-Date: | 06 Oct 2006 17:13:21 EDT |
Sleep 2.1-b6 has been released. Download from http://sleep.hick.org/
WHAT'S NEW
==========
Added named parameters. Recursive coroutines are now allowed. Coroutines
now preserve local scope. Added semaphores. Added functionality to set
public/protected fields on Java objects. A few bug fixes and other
tweaks are present as well.
ABOUT
=====
Sleep is an embeddable scripting solution for Java applications. Sleep
is heavily inspired by Perl with bits of Objective-C thrown in. The
Sleep Java API allows the language to be extended with new constructs,
operators, functions, and variable containers.
Sleep scripts are compiled in run time and takes full advantage of JIT.
Sleep source and binaries are released under the GNU Lesser General
Public License.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.