seq-runtime 0.4.3

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.)
  • StackNode: Implementation detail (contains Value + next pointer)
  • Variant fields: Stored in arrays, NOT linked via next pointers