Hacker News new | ask | show | jobs
by soheilpro 1592 days ago
It's written in Vala [1]. I had never heard of it before.

[1] https://en.wikipedia.org/wiki/Vala_(programming_language)

1 comments

Vala is a nice, modern niche language for GTK development. It certainly can also be used for other things, e.g. it can be compiled to WASM, but GTK development really is focus. Also the language is actively developed and getting updates with new feature. While originally inspired by C# it nowadays also incorporates features known from other modern languages like Kotlin.