Algebra Explorer · Interactive · The 11 Opcodes

The 11 Opcodes, The 5 Laws, The CRT

A cell is a 14-tuple. The opcodes are functions over cells. The laws are the 5 things they cannot fail. The polyrhythm is CRT.

The 11 Opcodes

5 core + 6 adopted. Each is a function. Each obeys at least one law. Click any card to see the signature and an example.

BIND
(Cell × Payload) → Cell
"I'm here." The first act. Idempotent by law 1.
LINK
(Cell × Cell) → Cell
"We are neighbors." Transitive by law 2.
EFFECT
(Cell × Event) → Cell
"Something happened." Associative by law 3.
VIEW
(Cell) → Value
"What do you show?" Pure by law 4 (no side effects).
TICK
(Cell) → Cell
"Advance by one moment." Monotonic by law 5.
FORGET
(Cell) → ⊥
"Right to be erased." 14-tuple-7 (cells become nothing).
PROOF
(Cell) → Witness
"I can prove this." Produces cryptographic witness.
ROUTE
(Cell × Path) → Cell
"Find me the way." Navigates the 4D lattice.
CRDT
(Cell × Cell) → Cell
"Merge without conflict." For distributed cells.
WORLD
(Cell) → Cell
"Predict what happens next." Counterfactual.
TIME
(Cell) → Cell
"When does this matter?" Schedules into future.