Zerionyx Programming Language

Simple, educational, and task-oriented.
Perfect for learning and automation.

Why Zerionyx?

Best Use Cases

Example

# Hello World
println("Hello, World!")

# Variables and math
x = 10
y = 20
println(x + y)

# Functions
defun add(a, b)
    return a + b
done

println(add(5, 3))

# Lists
nums = [1, 2, 3, 4, 5]
println(nums)

How to Use Zerionyx

GitHub Documentation