seq-runtime 0.12.1

Runtime library for the Seq programming language
Documentation

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