Category: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: |
|
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 other intermediate representation, Vala is compiled to C source, which is then compiled with a platform's standard C compiler.
The valac compiler also supports a language dialect called Genie, that more closely resembles Python syntax. Genie syntax requires indentation based code structure blocking. The Genie dialect is also compiled to C on way to native executable by valac.
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Vala examples needing attention (empty)
- Vala Implementations (empty)
- Vala User (5 P)
Pages in category "Vala"
The following 111 pages are in this category, out of 111 total.
A
- A+B
- Abstract type
- Abundant, deficient and perfect number classifications
- Ackermann function
- Anti-primes
- Array concatenation
- Array length
- Arrays
- Assertions
- Associative array/Creation
- Associative array/Iteration
- Attractive numbers
- Averages/Arithmetic mean
- Averages/Mean angle
- Averages/Median
- Averages/Pythagorean means
- Averages/Root mean square
C
F
G
L
- Lah numbers
- Leap year
- Least common multiple
- Letter frequency
- Levenshtein distance
- Logical operations
- Loop over multiple arrays simultaneously
- Loops/Continue
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Infinite
- Loops/N plus one half
- Loops/Nested
- Loops/While
- Loops/With multiple ranges
- Loops/Wrong ranges
R
S
- SEND + MORE = MONEY
- Sieve of Eratosthenes
- Simple windowed application
- Singleton
- Sorting algorithms/Bubble sort
- Sorting algorithms/Cocktail sort
- Sorting algorithms/Heapsort
- Sorting algorithms/Insertion sort
- String append
- String case
- String comparison
- String concatenation
- String interpolation (included)
- String length
- String matching
- Strip whitespace from a string/Top and tail
- Substring
- Substring/Top and tail
- Sum and product of an array
- Sum of a series
- System time