PLNews: Programming Language News

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

Feeds


Archives

June 30, 2008

CHICKEN 3.3.0 Released

Languages :: Scheme

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

This release includes: the movement of port-related procedures to the new 'ports' unit, library bug fixes, and build system fixes.

Ctalk 0.0.59a Released

Languages :: C

Ctalk 0.0.59a has been released. Ctalk is an object-oriented extension to C.

This release includes improvements to the evaluation of method arguments.

dfsch 0.2.1 Released

Languages :: Lisp, Languages :: Scheme

dfsch 0.2.1 has been released. It is a programming language drawing mainly from R5RS Scheme and Common Lisp.

This release includes: support for additional numeric types, support for object properties, support for custom hash types, and other changes.

June 29, 2008

Vala 0.3.4 Released

Languages :: Vala

Vala 0.3.4 has been released. Vala "aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C." It offers features such as: interfaces, properties, lambda expressions, local variable type inference, and more.

This release includes: improvements to the D-Bus client and service support, basic support for detailed signals, checking of printf argument types, new bindings, bug fixes, and other changes.

GCC UPC 4.2.3.3 Released

Languages :: C, Platforms :: GCC

GCC Unified Parallel C 4.2.3.3 has been released. GCC UPC adds support for Unified Parallel C to the GNU Compiler Collection.

This release includes: an update to GCC 4.2.3, bug fixes, and other changes.

amforth 2.8 Released

Languages :: Forth

amforth 2.8 has been released. It is a Forth implementation for the AVR ATmega microcontroller family.

This release includes: the movement of the serial interface words to the application dictionary, a sieve benchmark example, bug fixes, and other changes.

LispForum Announced

Languages :: Lisp, Websites

LispForum has been announced. It is a website with discussion forums dedicated to various Lisp-related topics.

B-Prolog 7.1 Released

Languages :: Prolog

B-Prolog 7.1 has been released. B-Prolog is a Prolog implementation with extensions for concurrency, constraints, interfacing with C and Java, and interactive graphics.

This release includes: performance improvements; improved memory management; new propagators for non-linear, global and disjunctive constraints; new examples; bug fixes; and other changes.

June 27, 2008

Tcl/Tk 8.6a1 Released

Languages :: Tcl

Tcl/Tk 8.6a1 has been released. Tcl is a dynamic, cross-platform scripting language.

This release includes: new commands for supporting object-oriented programming, support for interrupting script evaluation by an embedding application, and other changes.

June 26 This Week in Ruby Now Available

Languages :: Ruby

The June 26, 2008 edition of This Week in Ruby is now available. It summarises recent developments within the Ruby community.

June 26 Tcl-URL! Available

Languages :: Tcl

The June 26, 2008 edition of Tcl-URL! is now available. It summarises recent developments and discussion within the Tcl community.

June 25 Haskell Weekly News Available

Languages :: Haskell

The June 25, 2008 edition of the Haskell Weekly News is now available. It summarises recent developments and discussion within the Haskell community.

June 25, 2008

June 17 to 24 Caml Weekly News Available

Languages :: Objective CAML

The June 17 to 24, 2008 edition of the Caml Weekly News is now available. It summarises recent developments within the Caml community.

June 24, 2008

newLISP 9.3.17 Released

Languages :: Lisp

newLISP 9.3.17 has been released. newLISP is a portable, general purpose, Lisp-like scripting language.

This release includes: faster deletion of entire namespaces, and support for note-specific pitch-blend in the newLISP-GS MIDI API.

Blue 1.5.8 Released

Languages :: Blue

Blue 1.5.8 has been released. Blue is a portable, high-level, dynamic programming language.

This release includes: Win32 build environment cleanups, initial work on lexical variable scope and closures, string comparison fixes, and other changes.

R 2.7.1 Released

Languages :: R

R 2.7.1 has been released. R is a language and environment for statistical computing and graphics.

This release includes: addition checks against user error in poly(), faster drawing of continguous lines using the quartz() device, the deprecation of the use of unserialize() on character strings, the deprecation of embedded nul characters in strings, bug fixes, and other changes.

June 23, 2008

Seed7 2008-06-22 Released

Languages :: Seed7

Seed7 2008-06-22 has been released. Seed7 is a strongly-typed, general-purpose language, offering object-oriented capabilities, exception handling, user-defined statements and operators, plus more.

This release includes: new example programs and test cases, compiler support for optionally generating code without range checks, improved handling of functions returning references to existing objects, and other changes.

Next FringeDC Formal Meeting on July 12

User Groups

It has been announced that the next FringeDC formal meeting will be held on July 12, 2008. FringeDC is a group for people in the Washington, D.C. area who are interested in non-mainstream programming languages, including Lisp, Scheme, Haskell, Prolog and Smalltalk.

Ctalk 0.0.58a Released

Languages :: C

Ctalk 0.0.58a has been released. Ctalk is an object-oriented extension to C.

This release includes: improved handling of unterminated strings and character escape sequences, improvements with the use of objects with functions that take a variable number of arguments, more example programs, and other changes.

PLT Scheme v4.0.1 Released

Languages :: Scheme

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

This release includes bug fixes.

June 20, 2008

Parrot 0.6.3 Released

Platforms :: Parrot

Parrot 0.6.3 has been released. Parrot is a virtual machine designed to efficiently execute dynamic languages.

This release includes: improvements to the Cardinal, Chitchat, Pheme, Pynie, Rakudo, Squak and Tcl language implementations; the addition of a NQP 'return' statement and ?? !! ternary operator; documentation updates; bug fixes; and other changes.

June 18 Haskell Weekly News Available

Languages :: Haskell

The June 18, 2008 edition of the Haskell Weekly News is now available. It summarises recent developments and discussion within the Haskell community.

Excelsior JET 6.4 Released

Languages :: Java, Platforms :: Java

Excelsior JET 6.4 has been released. Excelsior JET is a Java implementation including support for ahead-of-time compilation.

This release includes: support for scrambling program data and resources, optimization improvements, faster ahead-of-time and just-in-time compilation, and other changes.

Digital Mars D 1.031 Released

Languages :: D

Digital Mars D 1.031 has been released. D is a general-purpose language designed as a successor to C++, offering features such as design by contract, garbage collection, first class arrays, closures, templates, and more.

This release includes: the addition of the version identifier D_PIC when the -fPIC switch is used, and bug fixes.

Digital Mars D 2.015 Released

Languages :: D

Digital Mars D 2.015 has been released. D is a general-purpose language designed as a successor to C++, offering features such as design by contract, garbage collection, first class arrays, closures, templates, and more.

This release includes: function template return type deduction, support for template alias arguments that are literals, bug fixes, and other changes.

Categories

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