PLNews: Programming Language News

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

newLISP 9.2.0 Released

Posted: 2007-08-15 21:43:00
Languages ::

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

This release includes: the new Java-based GUI server, UNIX local domain socket support, new 'global?' and 'protected?' functions, better random number generation, a new crypto.lsp module, bug fixes, and other changes.

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.

Gambas 1.9.50 Released

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

Gambas 1.9.50 has been released. Gambas is a development environment and BASIC-like language implementation with object-oriented extensions.

This release includes: improvements to the gb.gtk module, new examples, database driver fixes, plus other changes and bug fixes.

Ctpp 1.0.10 Released

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

Ctpp 1.0.10 has been released. It is a preprocessor for Ctalk, an object-oriented extension of C.

This release includes: the addition of the -Wunused-macros command line option.

August 13, 2007

NYH Hoc 9.1.2 Released

Posted: 2007-08-13 22:18:00
Languages ::

NYH High Order Calculator 9.1.2 has been released. It is "an interpreted language for floating-point calculations."

August 12, 2007

Next LRUG Meeting on Aug. 13

Posted: 2007-08-12 21:52:00
Languages ::

It has been announced that the next London Ruby User Group meeting will be held on August 13, 2007.

Next Phoenix Ruby User Group Meeting on Aug. 13

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

It has been announced that the next Phoenix Ruby User Group meeting will be held on August 13, 2007.

Next Boston Ruby Group Meeting on Aug. 14

Posted: 2007-08-12 21:50:00
Languages ::

It has been announced that the next Boston Ruby Group meeting will be held on August 14, 2007.

Compyler 0.1 Released

Posted: 2007-08-12 21:47:00
Languages ::

Compyler 0.1 has been released. It is an x86 native code compiler for Python.

Next Leipzig Python User Group Meeting on Aug. 14

Posted: 2007-08-12 21:45:00
Languages ::

It has been announced that the next Leipzig Python User Group meeting will be held on August 14, 2007.

Next Lisp NYC Meeting on Aug. 14

Posted: 2007-08-12 21:43:00
Languages ::

It has been announced that the next Lisp NYC meeting will be held on August 14, 2007. Perry Metzger will be discussing Otter.

Squirrel 2.1.2 Stable Released

Posted: 2007-08-12 21:42:00
Languages ::

Squirrel 2.1.2 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: changes to the behaviour of generator iteration using foreach, new functions and methods, and bug fixes.

August 10, 2007

AMPC 1.6.7 Released

Posted: 2007-08-10 23:43:00
Languages ::

Axiomatic Multi-Platform C 1.6.7 has been released. AMPC is a C compiler that emits Java bytecode.

This release includes: a fix for a bug in the atod() function, and updates to the manual.

newLISP 9.1.12 Released

Posted: 2007-08-10 23:40:00
Languages ::

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

This release includes: support for executing remote programs from the command line, and an extra flag for 'join' to force a joint string after the last element.

Ctpp 1.0.9 Released

Posted: 2007-08-10 23:36:00
Languages ::

Ctpp 1.0.9 has been released. It is a preprocessor for Ctalk, an object-oriented extension of C.

This release includes: faster macro storage and retrieval, and support for adding library search paths using environment variables.

Dolphin Smalltalk Discontinued

Posted: 2007-08-10 23:33:00
Languages ::

It has been announced that Dolphin Smalltalk has been discontinued.

August 09, 2007

XRuby 0.3.0 Released

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

XRuby 0.3.0 has been released. XRuby compiles Ruby source code to Java bytecode.

This release includes: the use of code generation and annotation to bind Java-level methods to Ruby-level methods, and the passing of more unit tests.

August 08, 2007

Nesla 0.8.0 Released

Posted: 2007-08-08 22:26:00
Languages ::

NullLogic Embedded Scripting Language 0.8.0 has been released. Nesla is an embeddable scripting language with a PHP-like syntax.

This release includes: support for declaring functions inside a statement, support for building all extension libraries as shared objects, faster expression evaluation, new core library functions, bug fixes, and other changes.

August 07, 2007

Seed7 2007-08-07 Released

Posted: 2007-08-07 22:03:00
Languages ::

Seed7 2007-08-07 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: improved handling of local functions, the renaming of the 'option' function to 'configValue', and other changes.

Kit's JavaScript Brainfuck Interpreter 0.01 Released

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

Kit's JavaScript Brainfuck Interpreter 0.01 has been released. It is a Brainfuck interpreter implemented in JavaScript.