PLNews: Programming Language News

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

Ctalk 0.0.63a Released

Posted: 2008-07-22 06:13:25
Languages ::

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

This release includes bug fixes.

July 21, 2008

Clue 0.3 Released

Posted: 2008-07-21 06:18:16
Languages ::

Clue 0.3 has been released. It is a C compiler that targets high level languages such as JavaScript, Python, Perl and Lua.

This release includes support for Perl 5 and code cleanups.

July 18, 2008

Ctpp 1.0.37 Released

Posted: 2008-07-18 06:19:46
Languages ::

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

This release includes bug fixes.

July 11, 2008

Ctalk 0.0.61a Released

Posted: 2008-07-11 06:15:06
Languages ::

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

This release includes support for using objects as arguments to ordinary C functions, and other changes.

July 07, 2008

Ctalk 0.0.60a Released

Posted: 2008-07-07 06:15:47
Languages ::

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

This release includes: improved expression analysis, and bug fixes.

July 02, 2008

CLIS 0.9.0 Released

Posted: 2008-07-02 06:10:52
Languages ::

C Like Interpreted Script 0.9.0 has been released. It is an interpreted, C-like programming language.

June 30, 2008

Ctalk 0.0.59a Released

Posted: 2008-06-30 06:17:40
Languages ::

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.

June 29, 2008

GCC UPC 4.2.3.3 Released

Posted: 2008-06-29 19:38:05
Languages ::
Platforms ::

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.

June 23, 2008

Ctalk 0.0.58a Released

Posted: 2008-06-23 06:15:03
Languages ::

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.

June 20, 2008

Ctpp 1.0.35 Released

Posted: 2008-06-20 06:09:33
Languages ::

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

This release includes improved handling of unterminated character strings and mismatched escape sequences.

June 16, 2008

Ctalk 0.0.57a Released

Posted: 2008-06-16 06:17:33
Languages ::

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

This release includes: improved method subclassing, additions to the CGIApp class, and an example program that parses CGI parameters.

June 10, 2008

Ctalk 0.0.55a Released

Posted: 2008-06-10 06:17:53
Languages ::

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

This release includes: improvements in the translation of collection classes to C, and improved handling of undefined method errors.

June 04, 2008

JCPP 1.2.2 Released

Posted: 2008-06-04 06:16:17
Languages ::

JCPP 1.2.2 has been released. It is a C preprocessor implemented in Java.

This release includes: improved warnings, and a switch to the Apache License 2.0.

June 02, 2008

Ctalk 0.0.54a Released

Posted: 2008-06-02 06:13:21
Languages ::

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

This release includes bug and compatibility fixes for DJGPP.

May 29, 2008

Ctpp 1.0.34 Released

Posted: 2008-05-29 06:15:12
Languages ::

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

This release includes compatibility fixes for DJGPP and GCC.

May 26, 2008

Ctalk 0.0.53a Released

Posted: 2008-05-26 06:17:58
Languages ::

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

This release includes: the Key class, improvements to the AssociativeArray class, improved expression analysis, and other changes.

May 25, 2008

Ctpp 1.0.33 Released

Posted: 2008-05-25 11:31:15
Languages ::

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

This release includes Solaris 10 compatibility fixes.

May 22, 2008

JCPP 1.2.1 Released

Posted: 2008-05-22 06:15:49
Languages ::

JCPP 1.2.1 has been released. It is a C preprocessor implemented in Java.

This release includes: a more consistent API, more warning types, more feature hooks, and other changes.

May 19, 2008

Ctalk 0.0.52a Released

Posted: 2008-05-19 19:36:45
Languages ::

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

This release includes: support for using simple compound messages in Ctalk statements, the AssociativeArray class, and compatibility fixes.

CLIS 0.8.1 Released

Posted: 2008-05-19 19:33:01
Languages ::

CLIS 0.8.1 has been released. It is an interpreted, C-like programming language.

This release includes a chat server example program, and a fix for an error with pointers to reference variables.