Compiler for GObject type system with C interoperability
Compiler for the GObject type system
valac
vala-gen-introspect
$ valac hello.vala -o hello && ./hello
$ valac --pkg gio-2.0 program.vala -o program
$ valac -C myapp.vala