PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.

Feeds


Archives

Sep. 26, 2008

Sleep 2.1-u3 Released

Languages :: Sleep

Sleep 2.1-u3 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: debug messages providing more detail on proxy objects, ordered hashes that no longer serialize their miss and remove policies, the ability of the cast function to create empty arrays, bug fixes and other changes.

Aug. 05, 2008

Sleep 2.1 Update 2 Released

Languages :: Sleep

Sleep 2.1 Update 2 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: import from that modifies the system classpath, foreach loops that accept Java iterators, bug fixes, and other changes.

July 04, 2008

Sleep 2.1 Update 1 Released

Languages :: Sleep

Sleep 2.1 Update 1 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: performance improvements, bug fixes, improved compile-time error checking, and other changes.

June 17, 2008

Sleep 2.1 Released

Languages :: Sleep

Sleep 2.1 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

June 02, 2008

Sleep 2.1-b27 Released

Languages :: Sleep

Sleep 2.1-b27 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: a new java.util.List implementation to back Sleep arrays with, improved javax.script API support, and other changes.

Apr. 30, 2008

Sleep 2.1-b24 Released

Languages :: Sleep

Sleep 2.1-b24 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: improved support for circular data structures, a taint mode, and other changes.

Apr. 23, 2008

Sleep 2.1-b23 Released

Languages :: Sleep

Sleep 2.1-b23 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: changed return value types of certain sleep.interfaces.Loadable methods, new command line options for printing timing and profiling information for a script, basic cycle detection for the SleepUtils.describe method, and other changes.

Apr. 18, 2008

Sleep 2.1-b22 Released

Languages :: Sleep

Sleep 2.1-b22 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: ordered hash improvements, profiler accuracy improvements, and other changes.

Nov. 13, 2007

Sleep 2.1-b20 Released

Languages :: Sleep

Sleep 2.1-b20 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: warnings when modifications of read-only arrays and hashes are attempted, the evaluation of $null as null rather than "" when passed as a Java string, support for $null elements in Sleep arrays when converting to Java arrays, bug fixes, and other changes.

Oct. 25, 2007

Sleep 2.1-b19 Released

Languages :: Sleep

Sleep 2.1-b19 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: callcc support, support for inline functions, improved fault tolerance, and other changes.

July 05, 2007

Sleep 2.1-b18 Released

Languages :: Sleep

Sleep 2.1-b18 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: the addition of scalar references, the addition of the backtick operator for spawning an external program, improved Java method resolution, and other changes.

June 17, 2007

Sleep 2.1-b17 Released

Languages :: Sleep

Sleep 2.1-b17 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: the addition of a literal form for Java classes, assertions that accept an optional message parameter, bug fixes, and other changes.

June 11, 2007

Sleep 2.1-beta 16 Released

Languages :: Sleep

Sleep 2.1-beta 16 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: a new debugging mode for tracing predicate evalutions, code cleanups, support for passing hashes/arrays as named parameters to closures, plus other changes and fixes.

Apr. 26, 2007

Sleep 2.1-b15 Released

Languages :: Sleep

Sleep 2.1-beta 15 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: the addition of an assert command, a reworking of the conversion of array scalars to native Java arrays, plus other changes and bug fixes.

Mar. 25, 2007

Sleep 2.1 beta 14 Released

Languages :: Sleep

Sleep 2.1 beta 14 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: array function support for negative parameters as offsets from the total length of the array, a splice function, automatic flushing of the regex pattern cache, support for importing from jar files with spaces in the filename, plus other changes and bug fixes.

Mar. 12, 2007

Sleep 2.1-b12 Released

Languages :: Sleep

Sleep 2.1-b12 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: support for including external files into the current script, improved string handling functions, support for byte buffers, a rewrite of the interpreter and parser handling of parsed literals, plus other changes.

Dec. 04, 2006

Sleep 2.1 beta 11 Released

Languages :: Sleep

Sleep 2.1 beta 11 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: an -a/--ast command line option for dumping an AST of a script, a built-in profiler, plus other changes and fixes.

Nov. 20, 2006

Sleep 2.1 beta 10 Released

Languages :: Sleep

Sleep 2.1 beta 10 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: improved Unicode support for the I/O functions, support for specifying 8- and 16-bit characters within parsed literal strings, new assignment operators, plus other improvements and fixes.

Nov. 06, 2006

Sleep 2.1 beta 9 Released

Languages :: Sleep

Sleep 2.1 beta 9 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: scalars that are serializable; a significant performance fix; support for parsing and syntax checking, but not running, a script; plus other changes and fixes.

Oct. 30, 2006

Sleep 2.1 beta 8 Released

Languages :: Sleep

Sleep 2.1 beta 8 has been released. Sleep is an embeddable scripting language implemented in Java, and inspired by Perl and Objective-C.

This release includes: changes to the string representation of closures, support for sharing the "this" scope among closures, enhancements to &exec to allow specification of a starting directory and an environment, console updates, plus other changes and fixes.

Oct. 15, 2006

Sleep 2.1b7 Released

Languages :: Sleep

Sleep 2.1b7 has been released. Sleep is an embeddable scripting language implemented in Java, inspired by Perl and Objective-C.

This release includes: support for the application of the index operator to closures, the addition of an -isfunction predicate to check if a scalar contains a function, an &invoke function to dynamically invoke functions, plus other changes.

Oct. 01, 2006

Sleep 2.1 beta 6 Released

Languages :: Sleep

Sleep 2.1 beta 6 has been released. Sleep is an embeddable scripting language implemented in Java, inspired by Perl and Objective-C.

This release includes: improved support for coroutines, support for semaphores, plus other changes.

Sep. 18, 2006

Sleep 2.1 beta 5 Released

Languages :: Sleep

Sleep 2.1 beta 5 has been released. Sleep is an embeddable scripting language implemented in Java, inspired by Perl and Objective-C.

This release includes: a rewrite of the Sleep->Java method and constructor resolution, the addition of the casti function to cast Sleep scalars to various Java primitives, functions to checksum and digest I/O handles or byte data, plus other changes and fixes.

Sep. 10, 2006

Sleep 2.1 beta 4 Released

Languages :: Sleep

Sleep 2.1 beta 4 has been released. Sleep is an embeddable scripting language implemented in Java, inspired by Perl and Objective-C.

This release includes: support for loading of classes from third-party jars using import, support for the tracing of function calls, a literal form for creating arrays and hashes, plus other changes and bugfixes.

Aug. 18, 2006

Sleep 2.1b3 Released

Languages :: Sleep

Sleep 2.1b3 has been released. Sleep is an embeddable scripting language implemented in Java, inspired by Perl and Objective-C.

This release includes: support for a 'strict' mode that warns about undeclared variables, support for setting and querying the current debug level, plus other changes and bugfixes.

Categories

[Valid XHTML 1.0][Valid CSS][Valid RSS 2.0][Valid Atom 1.0][Powered by OCaml]