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.
- Creado por Jürg Billeter & Raffaele Sandrini
- Año 2006
- Paradigma: Object-oriented · compiled
- Extensiones: .vala, .vapi
Para qué se usa
- GNOME desktop apps
- Linux software
- GObject libraries
A favor
- Modern syntax
- Native GTK apps
- Good performance
En contra
- Tied to GNOME/GObject
- Niche
- Small community
Ecosistema
- GTK
- GLib
- GObject
- Meson
Ejemplo
void main() {
print("¡Hola, mundo!\n");
}