learnxinyminutes-docs/vala.html.markdown
2017-08-23 18:52:53 -04:00

620 B

language contributors filename
vala
Milo Gilad
https://github.com/bigbash
LearnVala.vala

In GNOME's own words, "Vala is a programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C."

Vala has aspects of Java and C#, so it'll be familiar to those who know either or.

Read more here.

// Single line comment

/* Multiline
Comment */

/**
* Documentation comment
*/