V
'''V''' is a simple, stack-based (concatenative), dynamic language. It is similar to Joy and PostScript.
References
Tasks
- Ackermann function
- Apply a callback to an array
- Averages/Arithmetic mean
- Collections
- Combinations
- Command-line arguments
- Conditional structures
- Copy a string
- Exceptions
- Fibonacci sequence
- FizzBuzz
- Function definition
- Generic swap
- Greatest common divisor
- Greatest element of a list
- Hello world!
- Hello world/Text
- Higher-order functions
- Integer comparison
- Literals/String
- Logical operations
- Loops/Downward for
- Loops/Foreach
- Loops/Infinite
- Loops/N plus one half
- Loops/While
- Power set
- Primality by trial division
- Prime decomposition
- Queue/Definition
- Quine
- Sorting algorithms/Merge sort
- Sorting algorithms/Quicksort
- Sum and product of an array
- Sum of squares
- Variadic function