Tangu Language
S-expressions, dynamic native plugins, compile-time macros, and rich built-in toolchains for Linux & macOS.
One-Line Shell Installation
curl -fsSL https://tangu.dev/install.sh | sh
Quickstart Guide
1. Interactive REPL
Launch the interactive Tangu REPL to evaluate expressions on the fly:
$ tangu repl
2. Run a Program
Execute any .tan file using the Tangu interpreter:
$ tangu run hello.tan
3. Run Tests
Execute tests across your codebase with concise reporting:
$ tangu test
4. Code Formatter
Format Tangu source files automatically to standard style:
$ tangu format hello.tan
5. System Diagnostics
Check system path configurations and standard library health:
$ tangu doctor
6. Toolchain Upgrades
Update your Tangu installation to the newest release anytime:
$ tangu upgrade