vala
Programming language commonly used in GNOME applications
Install it by running either;
kpkg install vala
or
kpkg build vala
To see the difference, see The handbook
graph TD
N0["glib"]
N1["vala"]
style N1 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N2["gobject-introspection"]
N0 --> N1
N0 --> N2
N2 --> N1