Seq Runtime: A clean concatenative language foundation
Key design principles:
- Value: What the language talks about (Int, Bool, Variant, etc.)
- StackNode: Implementation detail (contains Value + next pointer)
- Variant fields: Stored in arrays, NOT linked via next pointers