PLNews: Programming Language News

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

Arena 0.9.13 Released

Posted: 2007-09-05 06:29:00
Languages ::

Arena 0.9.13 has been released. Arena is a scripting language with a C-like syntax and core, also offering automated memory management, runtime polymorphism, exceptions, and anonymous functions.

This release includes: bug fixes, and a Markov chain example program.

August 19, 2007

Arena 0.9.12 Released

Posted: 2007-08-19 21:56:00
Languages ::

Arena 0.9.12 has been released. Arena is a scripting language with a C-like syntax and core, also offering automated memory management, runtime polymorphism, exceptions, and anonymous functions.

This release includes: changes to the system() library function to return the raw exit code of the invoked program.

August 14, 2007

Arena 0.9.11 Released

Posted: 2007-08-14 21:35:00
Languages ::

Arena 0.9.11 has been released. Arena is a scripting language with a C-like syntax and core, also offering automated memory management, runtime polymorphism, exceptions, and anonymous functions.

This release includes: support for retrieving the original function name from a function value.

January 08, 2007

Arena 0.9.10 Released

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

Arena 0.9.10 has been released. Arena is a scripting language with a C-like syntax and core, also offering automated memory management, runtime polymorphism, exceptions, and anonymous functions.

This release includes: documentation updates, more flexible functions for handling strings stored in memory resources, and support for calling external C functions that expect arguments of type float.

November 04, 2006

Arena 0.9.9 Released

Posted: 2006-11-04 21:34:00
Languages ::

Arena 0.9.9 has been released. Arena is a scripting language with a C-like syntax and core, also offering automated memory management, runtime polymorphism, exceptions, and anonymous functions.

This release includes: a new is_null library function, new example scripts, documentation improvements, plus other changes and bug fixes.

October 01, 2006

Arena 0.9.8 Released

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

Arena 0.9.8 has been released. Arena is a scripting language with a C-like syntax and core, also offering automated memory management, runtime polymorphism, exceptions, and anonymous functions.

This release includes bugfixes and documentation improvements.

August 27, 2006

Arena 0.9.7 Released

Posted: 2006-08-27 23:13:00
Languages ::

Arena 0.9.7 has been released. Arena is a scripting language with a C-like syntax and core, also offering automated memory management, runtime polymorphism, exceptions, and anonymous functions.

This release includes: support for testing function values for equality; the addition of the memcpy, memmove, memcmp, memchr, and memset functions to the library; plus bugfixes.

July 09, 2006

Arena 0.9.6 Released

Posted: 2006-07-09 18:45:00
Languages ::

Arena 0.9.6 has been released. Arena is a scripting language with a C-like syntax.

This release includes the addition of a realloc() function, and allows for the use of 'resource' as a function return type.

June 27, 2006

Arena 0.9.5 Released

Posted: 2006-06-27 22:22:00
Languages ::

Arena 0.9.5 has been released. Arena is a scripting language with a C-like syntax.

This release includes: improved support for calling external C functions, a fix for division-by-zero handling, plus other changes.

June 19, 2006

Arena 0.9.4 Released

Posted: 2006-06-19 16:40:00
Languages ::

Arena 0.9.4 has been released. Arena is a scripting language with a C-like syntax.

This release includes: PCRE support, changes to the handling of fatal errors, plus fixes and other changes.

June 18, 2006

Arena 0.9.3 Released

Posted: 2006-06-18 22:10:00
Languages ::

Arena 0.9.3 has been released. Arena is a scripting language with a C-like syntax.

This release includes: a resource datatype for representing operating system resources, improved memory management for arrays, initial support for dynamically loading and calling into C libraries, plus other changes.

June 04, 2006

Arena 0.9.1 Released

Posted: 2006-06-04 23:06:00
Languages ::

Arena 0.9.1 has been released. Arena is a scripting language with a C-like syntax.

This release includes fixes for bugs relating to the 'continue' and 'for' statements.

May 30, 2006

Arena 0.9.0 Released

Posted: 2006-05-30 21:08:00
Languages ::

Arena 0.9.0 has been released. Arena is a scripting language with a C-like syntax.