Eevo

A functional programming language for scripting,
etched on the scrolls of time

Try Online

Ancient Wisdom, Modern Power

🏺

Pure Functions

Everything is a pure function - no side effects, no surprises

📜

Concise Syntax

Minimal syntax with powerful composition

🔮

Immutable Data

All data is immutable by default

⚖️

Pattern Matching

Elegant pattern matching for clean control flow

The Ancient Scrolls

First Principles

Eevo is built on three sacred principles:

  1. All is function
  2. All is data
  3. All is immutable

The Way of Eevo

| greet name = "Hello " + name

|

| main = greet "traveler"

Output: "Hello traveler"

Inscribe Your Own Scroll