Quadrate
Quadrate (https://quad.r8.rs) is a stack-based concatenative language with static typing and native code generation via LLVM.
Features:
- Static typing with explicit stack effects in signatures.
- Native compilation to optimized machine code via LLVM.
- Structured error handling (fallible functions must be handled explicitly).
- Rich standard library: strings, I/O, math, concurrency, etc.
- Modern tooling: CLI (quad), formatter, linter, REPL, package manager.
This revision created on Sat, 31 Jan 2026 20:34:05 by klarre
(Quadrate overview)