scrambled
Concept

Sequential evaluation

Modified just now
Books JourneyProgramming Language Theory Statusmastered Tags
  • concurrency theory
  • language-feature-design
  • runtime
  • semantics

An execution model where expressions or statements are evaluated one after another in a specified order, with each completing before the next begins - the default in imperative languages, contrasted with parallel or concurrent evaluation.