
An interpreting language — simple, readable, beginner-friendly.
# Hello World in Indent var name string = ask "What is your name? " say "Hello " + name + "!"
Lowercase keywords, indentation-based blocks, minimal punctuation.
Built-in package manager, formatter, test runner, and REPL.
Windows, macOS, and Linux via Homebrew, Scoop, or installer.
Static type system with type inference. Catch errors before your code runs.
Runs directly from source. Edit, run, iterate — no waiting.
Standard library with HTTP, file I/O, JSON, crypto, and more.