diff options
Diffstat (limited to 'lang/vala014/DESCR')
-rw-r--r-- | lang/vala014/DESCR | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/vala014/DESCR b/lang/vala014/DESCR index 5bd80b7cb58..d48f6f388d1 100644 --- a/lang/vala014/DESCR +++ b/lang/vala014/DESCR @@ -1,4 +1,4 @@ -Vala is a new programming language that aims to bring modern programming +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. @@ -6,5 +6,4 @@ applications and libraries written in C. valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source -code. It's also planned to generate GIDL files when gobject- -introspection is ready. +code. |