Delta is a new, expressive programming language designed for readability, simplicity, and natural syntax. Inspired by the clarity of human language and powered by a modern compiler written in Rust, Delta brings a fresh approach to writing clean and structured code.
-
Natural Language-Inspired Syntax
Write code the way you think — whitespace-based blocks and intuitive control flow. -
Whitespace-Driven Structure
Clean indentation instead of brackets or semicolons. -
Rust-Powered Compiler
Built with performance and safety in mind. -
Custom Control Flow Primitives
Rethink loops, conditions, and function calls with Delta’s expressive constructs.
# Clone the Delta repository
git clone https://github.com/Delta-Engine/Delta.git delta-lang
cd delta-lang
# Build the compiler (Rust toolchain required)
cargo build --release
# Run a Delta program
./target/release/delta run examples/hello.delta