PLNews: Programming Language News

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

Vala 0.3.1 Released

Posted: 2008-04-22 06:15:09
Languages ::

Vala 0.3.1 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: the enabling of non-null types by default, a new handwritten parser, support for virtual methods in interfaces, warnings when using deprecated syntax, updates to the GLib and GTK+ bindings, bug fixes, and other changes.