Seq Runtime: A clean concatenative language foundation
Key design principles:
- Value: What the language talks about (Int, Bool, Variant, etc.)
- StackValue: 40-byte tagged stack entry (discriminant + 4 payload slots)
- Stack: Contiguous array of StackValue entries for efficient operations