Category:Vala
From Rosetta Code
Vala
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Vala.
This programming language may be used to instruct a computer to perform a task.
| Official website |
|---|
| Execution method: | Compiled (machine code) |
|---|---|
| Garbage collected: | No |
| Parameter passing methods: | By reference, By value |
| Type safety: | Safe |
| Type strength: | Strong |
| Type compatibility: | Nominative |
| Type expression: | Explicit |
| Type checking: | Static |
| Lang tag(s): | vala |
| See Also: |
|
Your Help Needed
If you know Vala, please write code for some of the tasks not implemented in Vala.
If you know Vala, please write code for some of the tasks not implemented in Vala.
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.
Subcategories
This category has the following 3 subcategories, out of 3 total.
Pages in category "Vala"
The following 40 pages are in this category, out of 40 total.