Category:Uiua

This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Compiled (bytecode) |
---|---|
Garbage collected: | Yes |
Type expression: | Implicit |
Type checking: | Dynamic |
See Also: |
Uiua (wee-wuh) is a general purpose, stack-based, array-oriented programming language with a focus on simplicity, beauty, and tacit code.
Uiua has a simple, context-free, LL(3) grammar. Code runs from right to left, top to bottom, with only one precedence rule. As operators are to the left of their operands, Uiua code reads a little bit like a Lisp, but with fewer parentheses.
Uiua combines the stack-based and array-oriented paradigms in a single language. Combining these already terse paradigms results in code with a very high information density and little syntactic noise.
Uiua's one and only composite data type, the array, is based on those of APL, J, and BQN. They are multidimensional and rank-polymorphic, meaning that an operation that applies to one item also applies to many items.
Unlike other array languages, Uiua does not have monadic and dyadic versions of each glyph. Every glyph does only one thing, so you don't need to parse an entire expression to know which version it is.
Find out more, and run code in your browser at https://www.uiua.org
Todo
Pages in category "Uiua"
The following 166 pages are in this category, out of 166 total.
A
- A+B
- Abbreviations, automatic
- Abelian sandpile model
- Ackermann function
- Additive primes
- ADFGVX cipher
- Align columns
- Anti-primes
- Apply a callback to an array
- Arithmetic-geometric mean
- Arithmetic/Integer
- Array concatenation
- Array length
- Arrays
- Ascending primes
- ASCII art diagram converter
- Averages/Arithmetic mean
- Averages/Mean time of day
C
- Calkin-Wilf sequence
- Cartesian product of two or more lists
- Centre and radius of a circle passing through 3 points in a plane
- Chaos game
- Character codes
- Circular primes
- Cistercian numerals
- Colorful numbers
- Combinations
- Comma quibbling
- Comments
- Common sorted list
- Conditional structures
- Continued fraction
- Convert seconds to compound duration
- Conway's Game of Life
- Copy a string
- Count occurrences of a substring
- CSV data manipulation
D
F
L
- Langton's ant
- Largest int from concatenated ints
- Leap year
- Least common multiple
- Levenshtein distance
- List comprehensions
- Logical operations
- Look-and-say sequence
- Loop over multiple arrays simultaneously
- Loops/Break
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Infinite
- Loops/While
- Luhn test of credit card numbers
M
N
P
Q
R
S
- Sailors, coconuts and a monkey problem
- Self-describing numbers
- Semordnilap
- Sine wave
- Smallest power of 6 whose decimal expansion contains n
- Smallest square that begins with n
- Smith numbers
- Solve a Hidato puzzle
- Solve a Numbrix puzzle
- Solve hanging lantern problem
- Sort disjoint sublist
- Split a character string based on change of character
- Square-free integers
- Stack
- Stem-and-leaf plot
- String case
- String concatenation
- String interpolation (included)
- String length
- String matching
- Strip a set of characters from a string
- Sudoku
- Sum and product of an array
- Sum multiples of 3 and 5
- Sum of a series
- Sum of squares
- Summarize primes