PLNews: Programming Language News

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

Cobra 0.8 Released

Posted: 2008-04-13 07:45:19
Languages ::
Platforms ::

Cobra 0.8 has been released. Cobra is a high-level language for .NET, including features such as generics, contracts, compile-time type inference, exception handling, garbage collection, and more.

This release includes: support for built-in sets, support for adding methods to existing types, bitwise operators, built-in unsigned int types, new command line options, new warnings, a configurable number type, bug fixes, and other changes.

January 27, 2008

Cobra 0.7 Released

Posted: 2008-01-27 14:13:03
Languages ::

Cobra 0.7 has been released. Cobra is a high-level language for .NET, including features such as generics, contracts, compile-time type inference, exception handling, garbage collection, and more.

This release includes: an optional 'invariant' clause for class, interface and struct definitions; support for attributes; support for abstract classes; improved compiler warnings; new and updated sample programs; bug fixes; and other changes.

January 20, 2008

New Cobra domain: cobra-language.com

Posted: 2008-01-20 13:04:27
Languages ::

It has been announced that cobra-language.com is the new domain of the Cobra project. Cobra is a high-level language for .NET, including features such as generics, contracts, compile-time type inference, exception handling, garbage collection, and more.

January 04, 2008

Cobra 0.6 Released

Posted: 2008-01-04 21:45:02
Languages ::

Cobra 0.6 has been released. Cobra is a high-level language for .NET, including features such as generics, contracts, compile-time type inference, exception handling, garbage collection, and more.

This release includes: a new Exception Report, 'yield' and 'yield break' statements, a shorter form of casting, new warnings, support for dotted namespace declarations, library and runtime improvements, improved error checking, bug fixes, and other changes.

April 08, 2007

Cobra 0.5 Released

Posted: 2007-04-08 23:50:00
Languages ::

Cobra 0.5 has been released. Cobra is a high-level language designed for .NET 2.0, including features such as generics, contracts, compile-time type inference, exception handling, garbage collection, and more.

This release includes: support for dynamic typing, a new 'trace' statement, a new Reference Manual, compiler speed improvements, better error messages, plus other changes and bug fixes.

February 28, 2007

Cobra 0.4 Released

Posted: 2007-02-28 08:48:00
Languages ::

Cobra 0.4 has been released. Cobra is a high-level language designed for .NET 2.0, including features such as generics, contracts, compile-time type inference, exception handling, garbage collection, and more.

This release includes: support for arrays, support for space-based indentation, contract improvements, other changes and bug fixes.

November 18, 2006

Cobra 0.2.0 Released

Posted: 2006-11-18 23:14:00
Languages ::

Cobra 0.2.0 has been released. Cobra is a high-level language designed for .NET 2.0, offering features such as generics, contracts, garbage collection, and more.

This release includes: a rewrite of the compiler in Cobra itself, a renaming of the 'code' keyword to 'body', support for using literal C# code wherever an expression is expected, plus other changes and fixes.