Vibeset

Vala

Vala offers a C#-like syntax but compiles to C using the GObject object system. It's the comfortable way to develop native applications for the GNOME desktop on Linux with good performance.

Para qué se usa

A favor

En contra

Ecosistema

Ejemplo

void main() {
  print("¡Hola, mundo!\n");
}