Category:Vala: Difference between revisions

m
Filling out language template
No edit summary
m (Filling out language template)
Line 9:
|strength=strong
|tags=vala
|LCT=no
|bnf=}}
'''Vala''' is a programming language created with the goal of bringing modern language features to [[C]], with no added runtime requirements and with little overhead, by targeting the GObject object system. It is being developed by Jürg Billeter and Raffaele Sandrini. The syntax borrows heavily from [[C#]]. Rather than being compiled directly to assembler or to another intermediate language, Vala is compiled to C which is then compiled with a platform's standard C compiler.