Logo for the Uiua programming language
Logo for the Uiua programming language
Uiua
ParadigmStack-Based, Array-Oriented, Tacit
Implementation languageRust
Filename extensions.ua
Websitehttps://www.uiua.org/ https://github.com/uiua-lang/uiua

Uiua (/ˈwwɑː/) is a stack-based, array-oriented programming language.

Code Examples edit

A "Hello, World!" program in Uiua

"Hello, World!"

Uiua prints out what is at the top of the stack, therefore in this one line program the string, "Hello, World!", is printed.


Fibonacci function in Uiua

Fib  ;(+,:).:1 - 1
Fib 15
# output
# 610