PLNews: Programming Language News

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

Scheme2Js 20080430 Released

Posted: 2008-05-01 06:08:05
Languages ::
Languages ::

Scheme2Js 20080430 has been released. It is a Scheme compiler that emits JavaScript.

This release includes: runtime and compiler bug fixes.

April 11, 2008

RubyJS 0.7.0 Released

Posted: 2008-04-11 06:15:34
Languages ::
Languages ::

RubyJS 0.7.0 has been released. RubyJS compiles Ruby source code to JavaScript.

This is the first public release of RubyJS.

January 04, 2008

Scheme2Js 20071220 Released

Posted: 2008-01-04 21:20:50
Languages ::
Languages ::

Scheme2Js 20071220 has been released. It is a Scheme compiler that emits JavaScript code.

This release includes: support for Infotrons, and bug fixes.

July 08, 2007

Strands Announced

Posted: 2007-07-08 21:51:00
Languages ::

Strands has been announced. It is built upon Narrative JavaScript, and "adds coroutine and cooperative threading support to the JavaScript language to enable blocking capabilities for asynchronous event callbacks."

February 08, 2007

OSSP js 1.6.20070208 Released

Posted: 2007-02-08 08:08:00
Languages ::

OSSP js 1.6.20070208 has been released. OSSP js is a stand-alone distribution of the Mozilla SpiderMonkey JavaScript implementation.

This release includes: an update of the build environment to GNU autoconf 2.61, and the addition of a jspack command.

January 26, 2007

DMDScript 1.13 Released

Posted: 2007-01-26 22:28:00
Languages ::

DMDScript 1.13 has been released. DMDScript is an ECMAScript implementation written in D.

This release includes updates for changes to D 1.003.

December 15, 2006

Updates to Chris Double's Factor to JavaScript Compiler

Posted: 2006-12-15 23:20:00
Languages ::
Languages ::

Chris Double has announced that he has made some updates to his Factor to JavaScript compiler. Factor is dynamically typed stack-based language, drawing from Forth, Common Lisp, Joy and Slate.

The updates include: an FFI interface to JavaScript, parser improvements, AJAX support, and other changes.

November 08, 2006

Tamarin Project Announced

Posted: 2006-11-08 21:40:00
Languages ::

The Mozilla Foundation and Adobe have announced the creation of the Tamarin project. It aims to "implement a high-performance, open source implementation of the ECMAScript 4th edition (ES4) language specification."

Tamarin is based off of the source code to the ActionScript Virtual Machine, contributed by Adobe. "The ActionScript Virtual Machine features a Just In Time (JIT) compiler that translates ActionScript bytecode to native machine code for maximum execution speed."

October 23, 2006

Narrative JavaScript Beta1 Released

Posted: 2006-10-23 23:10:00
Languages ::

Narrative JavaScript Beta1 has been released. "Narrative JavaScript is a small extension to the JavaScript language that enables blocking capabilities for asynchronous event callbacks."

This release includes: a client-side load-and-compile API based on XHR, a formal threading API, a Java-based compiler using Rhino, and bugfixes.

August 20, 2006

OSSP js 1.6.20060820 Released

Posted: 2006-08-20 23:14:00
Languages ::

OSSP js 1.6.20060820 has been released. OSSP js is a stand-alone distribution of the Mozilla SpiderMonkey JavaScript implementation.

This release includes support for building SpiderMonkey with UTF-8-based C strings.

August 06, 2006

SEE 2.0 Released

Posted: 2006-08-06 21:54:00
Languages ::

Simple ECMAScript Engine 2.0 has been released. SEE is a portable, open-source ECMAScript Edition 3 implementation.

This release includes: improved Netscape compatibility, support for GC finalizers, dynamic module support, API improvements, plus other changes and bugfixes.

August 05, 2006

OSSP js 1.6.20060803 Released

Posted: 2006-08-05 13:17:00
Languages ::

OSSP js 1.6.20060803 has been released. OSSP js is a stand-alone distribution of the Mozilla SpiderMonkey JavaScript implementation.

This release includes support for dynamically loading C extension modules.

July 31, 2006

OSSP js 1.6.20060730 Released

Posted: 2006-07-31 07:19:00
Languages ::

OSSP js 1.6.20060730 has been released. OSSP js is a stand-alone distribution of the Mozilla SpiderMonkey JavaScript implementation.

This release includes support for Cygwin and MinGW.

July 19, 2006

DMDScript 1.11 Released

Posted: 2006-07-19 23:12:00
Languages ::

DMDScript 1.11 has been released. DMDScript is an ECMAScript implementation written in D.

This release includes updates for changes to Digital Mars D 0.163.

September 08, 2005

php-js 0.1.0 Released

Posted: 2005-09-08 00:08:00
Languages ::

php-js 0.1.0 has been released. It embeds the Mozilla SpiderMonkey JavaScript engine into PHP via an experimental PHP extension.

This is the initial release.