This package browser is in early development. Mind the rough edges.

vala

Compiler using the GObject type system

Vala is a programming language using modern high level abstractions without imposing additional runtime requirements and without using a different ABI compared to applications and libraries written in C. Vala uses the GObject type system and has additional code generation routines that make targeting the GNOME stack simple.

Installation

Install the latest version of vala as follows:

guix install vala

Or install a particular version:

guix install vala@0.52.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.