Indent

An interpreting language — simple, readable, beginner-friendly.

hello.ind
# Hello World in Indent
var name string = ask "What is your name? "
say "Hello " + name + "!"

Available on all platforms.

⬇ Install IndentRead the Docs →
Features

Why Indent?

📖 Readable

Lowercase keywords, indentation-based blocks, minimal punctuation.

📦 Batteries Included

Built-in package manager, formatter, test runner, and REPL.

🌐 Cross-Platform

Windows, macOS, and Linux via Homebrew, Scoop, or installer.

📈 Strong Typing

Static type system with type inference. Catch errors before your code runs.

Instant Execution

Runs directly from source. Edit, run, iterate — no waiting.

🚀 Growing Ecosystem

Standard library with HTTP, file I/O, JSON, crypto, and more.