Concatenative language
Concatenative topics
Concatenative meta
Other languages
Meta
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. Example: [{fn main() { "Hello, World!" print nl }}]
Describe this revision:
Save