PLNews: Programming Language News

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

PLT Scheme v370 Released

Posted: 2007-05-21 23:12:00
Languages ::

PLT Scheme v370 has been released. PLT Scheme is a family of Scheme implementations, including DrScheme and MzScheme.

This release includes: the replacement of the conservative garbage collector with a precise garbage collector, library changes, and more.

May 20, 2007

Sketchy LISP, Second Edition Now Available

Posted: 2007-05-20 23:30:00
Languages ::

Nils M Holm has announced that the second edition of his Sketchy LISP: An Introduction to Functional Programming in Scheme textbook is now available.

This edition includes: two new sections covering macros and quasi quotation, a quick reference, corrections, and other changes.

May 14, 2007

R5.93RS Draft Delayed Until May 22

Posted: 2007-05-14 22:25:00
Languages ::

It has been announced that R5.93RS, the next draft of the Revised6 Report on the Algorithmic Language Scheme, will be delayed until May 22, 2007.

May 04, 2007

2007 Workshop on Scheme and Functional Programming Call for Papers

Posted: 2007-05-04 23:52:00
Languages ::

The 2007 Workshop on Scheme and Functional Programming has put out a call for papers. The aim of the workshop is to "discuss experience with and future developments of the Scheme programming language, as well as general aspects of computer science loosely centered on the general theme of Scheme."

The submission deadline is June 22, 2007. The workshop will be held on September 30, 2007 in Freiburg, Germany.

April 19, 2007

Gauche 0.8.10 Released

Posted: 2007-04-19 23:44:00
Languages ::

Gauche 0.8.10 has been released. Gauche is an R5RS Scheme implementation.

This release includes: stricter keyword argument checking, support for remote process execution, support for 16-bit floating point numbers, inexact arithmetic operations, and other changes.

April 13, 2007

Next MSLUG Meeting on Apr. 19

Posted: 2007-04-13 22:45:00
Languages ::
Languages ::

It has been announced that the next meeting of the Montreal Scheme/Lisp User Group will be held on April 19, 2007. Dominique Boucher will be discussing Erlang.

April 11, 2007

SRFI 92 Withdrawn

Posted: 2007-04-11 22:43:00
Languages ::

It has been announced that Scheme Request for Implementation 92: "ALAMBDA and ALAMBDA*", by Joo ChurlSoo, has entered 'withdrawn' status.

April 07, 2007

Gambit-C 4.0 beta 22 Released

Posted: 2007-04-07 00:20:00
Languages ::

Gambit-C 4.0 beta 22 has been released. Gambit-C includes a Scheme interpreter, and a Scheme compiler that emits portable C code.

This release includes: better code generation for the "case" construct, an update of the syntax-case implementation, improved checking for interrupts and stack overflows, plus other changes and bug fixes.

March 31, 2007

S9fES Announced

Posted: 2007-03-31 23:15:00
Languages ::

Scheme 9 from Empty Space has been announced. It aims to be an R5RS Scheme interpreter.

March 19, 2007

Scheme 48 1.6 Released

Posted: 2007-03-19 23:23:00
Languages ::

Scheme 48 1.6 has been released. Scheme 48 is an implementation of Scheme based on a bytecode interpreter.

This release includes: a test suite infrastructure, plus other changes and bug fixes.

March 04, 2007

Scheme Now! Officially Launched

Posted: 2007-03-04 19:50:00
Languages ::

Scheme Now!, also known as Snow, has been officially launched. It is "a repository of Scheme packages that are portable to several popular implementations of Scheme."

March 02, 2007

CHICKEN 2.6 Released

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

CHICKEN 2.6 has been released. CHICKEN is a portable Scheme compiler that emits C code.

This release includes: better support for Sun's C compiler, the bundling of PCRE, support for the static linking of extensions, improved support for various SRFIs, build system improvements, plus other changes and bug fixes.

February 27, 2007

SISC 1.16.6 Released

Posted: 2007-02-27 22:40:00
Languages ::

SISC 1.16.6 has been released. SISC is a R5RS Scheme interpreter implemented in Java.

This release includes a number of bug fixes.

February 08, 2007

MIT/GNU Scheme 20070205 Released

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

MIT/GNU Scheme 20070205 has been released. MIT/GNU Scheme is a multi-platform open source Scheme implementation.

This snapshot release includes support for Intel Mac OS X.

February 01, 2007

SRFI 94 Enters 'Final' Status

Posted: 2007-02-01 07:24:00
Languages ::

It has been announced that Scheme Request for Implementation 94: "Type-Restricted Numerical Functions", by Aubrey Jaffer, has gone into 'final' status.

January 29, 2007

SRFI 86 Enters 'Final' Status

Posted: 2007-01-29 23:19:00
Languages ::

It has been announced that Scheme Request for Implementation 86: "MU and NU simulating VALUES & CALL-WITH-VALUES, and their related LET-syntax", by Joo ChurlSoo, has entered 'final' status.

January 24, 2007

Kawa 1.9.1 Released

Posted: 2007-01-24 08:12:00
Languages ::

Kawa 1.9.1 has been released. Kawa includes a Scheme implementation written in Java.

This release includes a fix for a problem when building from source.

January 20, 2007

R5.92RS Available

Posted: 2007-01-20 23:20:00
Languages ::

It has been announced that R5.92RS (~775 KB .pdf), the second draft of the of the Revised6 Report on the Algorithmic Language Scheme, is now available.

Further details are available at Lambda the Ultimate.

January 16, 2007

R5.92RS Draft Delayed

Posted: 2007-01-16 23:23:00
Languages ::

The Revised6 Report on the Algorithmic Language Scheme editors have announced that the R5.92RS draft has been delayed until January 18 or 19.

January 15, 2007

Scheme 48 1.5 Released

Posted: 2007-01-15 22:51:00
Languages ::

Scheme 48 1.5 has been released. Scheme 48 is an implementation of Scheme based on a bytecode interpreter.

This release includes: Unicode support, support for SRFI 19, bug fixes, and other changes.