Glade is a RAD tool to enable quick & easy development of user interfa ..
There is a very insightful article in the Google Blog, titled "Our G ..
This tutorial introduces the reader informally to the basic concepts a ..
Python is a dynamic object-oriented programming language that can be u ..
This article explains the new features in Python 3.0, compared to 2.6. ..
This article explores many important extensions in GCC and shows you h ..
A good beginner's overview on what actually happens when compiling sof ..
This document outlines the set of requirements and guidelines for file ..
The Linux System Administrator's Guide, describes the system administr ..
Vala is a new programming language that aims to bring modern programming language features to GNOME developers.
Categories:
Languages, Vala
Homepage: http://live.gnome.org/Vala
License: LGPL
Published by: ossdeveloper.com admin
Total page views: 107
Total rating: 0
Total votes: 0
Date added: 2008-06-02 00:00:00
Date modified: 2008-06-02 00:00:00
Vala is a new programming language that 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.
valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. It is also planned to generate GIDL files when GObjectIntrospection is ready.
The syntax of Vala is similar to C#, modified to better fit the GObject type system.
Resources related to the Vala programming language
Access the home page for more information