WHAT IT IS
Composable, explicit, and predictable
This is a small, stack-based postfix language built around simple modules and explicit imports. It's designed to stay readable while still being easy to analyze, execute, and reason about.
Smart contracts
Predictable execution with a clear stack model and explicit module boundaries keeps complex contracts transparent.
General applications
Write scripts, services, and tooling where clarity and composability matter without sacrificing ergonomics.
Abstracted algorithms
Express data structures and algorithms with concise, composable definitions that stay easy to audit.
FEATURE SUMMARY
Current version: experimental / early
- Postfix evaluation with a clear runtime stack.
- Module system based on version, imports, and top-level definitions.
- Namespaced symbols for imported code (for example,
math.div). - Simple, line-based comments for documentation and inline notes.
LINKS
Explore the language
Formal syntax and semantics of the language.
Language SpecificationInstall the toolchain, write your first file, and run it.
Getting StartedWalkthrough of core concepts with runnable examples.
Language TourComplete list of built-ins, grammar, and CLI options.
Language Reference