PLNews: Programming Language News

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

Feeds


Archives

July 03, 2009

Ctalk 0.0.96a rc3 Released

Languages :: C

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

This release includes support for defining methods that handle exceptions, and internal improvements.

Squirrel 3.0 alpha 2 Released

Languages :: Squirrel

Squirrel 3.0 alpha 2 has been released. Squirrel is a lightweight, embeddable language with a C-like syntax which offers higher-order functions, delegation, tail recursion, generators, exception handling, automated memory management, and more.

This alpha release includes: the addition of real free variables, a refactored function call implementation, the addition of sq_getfunctioninfo, a SQUSEDOUBLE compile-time flag to use double precision floats, support for cloning blobs, support for instantiating generators by calling sql_call() or closure.call(), bug fixes, and other changes.

Squirrel 2.2.3 stable Released

Languages :: Squirrel

Squirrel 2.2.3 stable has been released. Squirrel is a lightweight, embeddable language with a C-like syntax which offers higher-order functions, delegation, tail recursion, generators, exception handling, automated memory management, and more.

This release includes: the addition of sq_getfunctioninfo, the addition of a SQUSEDOUBLE compile-time flag to use double precision floats, the addition of sqstd_format, support for the instantiation of generators using sq_call() or closure.call(), bug fixes, and other changes.

CUFP 2009 Call for Participation

Workshops

The 2009 Commercial Users of Functional Programming Workshop has put out a call for participation. "The goal of CUFP is to build a community for users of functional programming languages and technology, be they using functional languages in their professional lives, in an open source project (other than implementation of functional languages), as a hobby, or any combination thereof."

It will be held on September 4, 2009, co-located with ICFP 2009 in Edinburgh, Scotland.

ActivePython 3.1.0.1 Released

Languages :: Python

ActivePython 3.1.0.1 has been released. ActivePython is a binary distribution of Python from ActiveState, supporting AIX, HP-UX, Linux, Solaris, Mac OS X, and Windows.

This release includes an update to Python 3.1.

CHICKEN 4.1.0rc1 Released

Languages :: Scheme

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

GHC 6.10.4 Release Candidate 1 Released

Languages :: Haskell

Glasgow Haskell Compiler 6.10.4 Release Candidate 1 has been released. GHC is a portable, open-source, optimising Haskell 98 implementation.

This release candidate includes bug fixes.

June 30, 2009

PHP 5.2.10 Released

Languages :: PHP

PHP 5.2.10 has been released. PHP is a general-purpose scripting language, suitable for Web development and embedding within HTML.

This release includes bug and security fixes.

SBCL 1.0.29.54.rc1 Released

Languages :: Lisp

Steel Bank Common Lisp 1.0.29.54.rc1 has been released. SBCL is a portable, open source ANSI Common Lisp implementation.

This release candidate includes: the deprecation of SB-THREAD:JOIN-THREAD-ERROR-THREAD and SB-THREAD:INTERRUPT-THREAD-ERROR-THREAD in favour of SB-THREAD:THREAD-ERROR-THREAD, the new SB-QUEUE contrib module, the addition of SB-THREAD:SYMBOL-VALUE-IN-THREAD and SB-INTROSPECT:ALLOCATION-INFORMATION, various optimizations, slightly more stable complex float division, a reworking of the output of DESCRIBE, bug fixes, and other changes.

SWI-Prolog 5.7.10 Released

Languages :: Prolog

SWI-Prolog 5.7.10 has been released. SWI-Prolog is a portable, open source Prolog implementation.

This release includes: clp(fd) enhancements, various cleanups, bug fixes, and other changes.

Erlang/OTP R13B01 Released

Languages :: Erlang

Erlang/OTP R13B01 has been released. Erlang is a general-purpose language, offering support for concurrency, distribution and fault tolerance.

This is a maintenance release.

Gambit-C v4.4.4 Released

Languages :: Scheme

Gambit-C v4.4.4 has been released. Gambit-C includes a Scheme interpreter, and a Scheme compiler that emits portable C code.

haXe Forum Announced

Languages :: haXe, Websites

The haXe Forum has been announced. It is a set of online forums focusing on haXe, a high-level, object-oriented language for developing Web sites and Web applications.

AngloHaskell 2009 Announced

Languages :: Haskell

AngloHaskell 2009 has been announced. It will be held on August 7 and 8, 2009, in Cambridge, UK.

jhc 0.6.1 Released

Languages :: Haskell

jhc 0.6.1 has been released. It is a Haskell compiler that focuses on producing efficient programs using whole program analysis and other optimizations.

This release includes a simplified cross-compilation mechanism, and other changes.

Parrot 1.3.0 Released

Platforms :: Parrot

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

This release includes: IO system optimizations, fixes to the inheritance hierarchy of FileHandle and Socket PMC types, a cleanup and refactoring of the GC internals, PMC class manipulations that use type numbers instead of string names, memory leak fixes, the addition of the root_new opcode, documentation updates, updates to the OpenGL library, bug fixes, and other changes.

Hop 1.11.0 Released

Languages :: Hop

Hop 1.11.0 has been released. Hop is a higher-order language designed for developing Web applications.

This release includes: a new client-side compiler, a new server implementation, new widgets, and new weblets.

pyArkansas 2009 Announced

Conferences, Languages :: Python

pyArkansas 2009 has been announced. It will be held on November 14, 2009 at the University of Central Arkansas.

R 2.9.1 Released

Languages :: R

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

This release includes: the new anyDuplicated(x) function, the removal of print.atomic(), the deprecation of png(type="cairo1"), bug fixes, and other changes.

PHP 5.3.0 Released

Languages :: PHP

PHP 5.3.0 has been released. PHP is a general-purpose scripting language, suitable for Web development and embedding within HTML.

This release includes: support for namespaces, support for late static binding, lambda functions and closures, performance improvements, optional garbage collection for cyclic references, improved Windows support, more consistent float rounding, the dropping of several extensions, bug fixes, and other changes.

Vala 0.7.4 Released

Languages :: Vala

Vala 0.7.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: support for array properties, support for implicit and explicit GValue casts, initial support for generic methods, a PostgreSQL binding, binding updates, bug fixes, and other changes.

Mono 2.4.2 Released

Platforms :: .NET

Mono 2.4.2 has been released. Mono is a portable, open source .NET CLI implementation.

This release includes: the inclusion of the ASP.NET MVC stack, bug fixes, and other changes.

OCaml Meeting 2009 in Tokyo Announced

Conferences, Languages :: Objective CAML

OCaml Meeting 2009 in Tokyo has been announced. It will be held on August 30, 2009.

OCaml 3.11.1 Released

Languages :: Objective CAML

OCaml 3.11.1 has been released. Objective Caml is a statically typed, strictly evaluated descendant of ML, offering object-oriented, functional and imperative features.

This release includes: support for 64-bit mode on x86 Solaris, improved wording of various error messages, a number of bug fixes, and other changes.

Timber Compiler 1.0.3 Released

Languages :: Timber

Timber Compiler 1.0.3 has been released. It is a purely functional programming language aimed at the construction of event-driven systems, allowing for programs to be structured in terms of objects and reactions, and controlled via timing constraints.

This release includes bug fixes.

Categories

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