Tuesday, July 22, 2014

Vala (programming language)


Vala is an object-oriented programming language with a self-hosting compiler that generates C code and uses the GObject system. Vala is syntactically similar to C# and includes several features such as: anonymous functions, signals, properties, generics, assisted memory management, exception handling, type inference, and foreach statements.Its developers Jürg Billeter and Raffaele Sandrini aim to bring these features to the plain C runtime with little overhead and no special runtime support by targeting the GObject object system. Rather than being compiled directly to assembly or to another intermediate language, Vala is source-to-source compiled to C which is then compiled with a platform's standard C compiler, such as gcc.
Continue Reading...
From Wikipedia, the free encyclopedia


Vala (programming language)Official Website


Vala (programming language)Books
Vala (Programming Language)
Gnome 3 Application Development Beginner's Guide By Mohammad Anwari


No comments: