Astreum

ASTREUM LANGUAGE

A stack-based language built on Expressions

Postfix evaluation over a simple data model of links, symbols, numbers, byte strings, and strings. Includes built-in concurrency with actors.

READ THE SPEC Arrow

WHAT IT IS

Small, explicit, and content-addressed

A postfix language built around a stack-based virtual machine, built-in operators, and a content-addressed expression model. Designed for transparency, auditability, and deterministic execution in smart contracts and off-chain tooling.

Smart contracts

Metered execution with a clear stack model, content-addressed expressions, and explicit module boundaries keeps contract logic transparent and verifiable.

General applications

Write scripts, services, and tooling where clarity, composability, and content-based addressing matter — without sacrificing ergonomics.

Concurrent actors

Built-in actor model with message passing: spawn lightweight threads, send and receive over named mailboxes, all within the same expression evaluator.

FEATURE SUMMARY

Current version: experimental / early

LINKS

Explore the language