one fable-low hijack cell
pair lazy_eval / strict_eval
envelope en_vs
ordering AB
effort low
English 'vs' framing — '{X} vs {Y}'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Strict vs Lazy Evaluation
## Core Difference
**Strict (eager) evaluation**: Expressions are evaluated **immediately** when bound to a variable or passed to a function.
**Lazy evaluation**: Expres
neighbors