Document

GNOME Vala Tutorial

When you meet vala at first, It will help you to learn vala lang.

Go to Tutorial

Valadoc

This is important site for vala developer. That is vala api and other libraries documentations.

Go to Valadoc

Compile

# Compile
valac --pkg gtk+-3.0 hello.vala

# Run
./hello

Tutorial Videos

Alessandro Castellani