one fable-low hijack cell
pair lazy_eval / strict_eval
envelope en_vs_q
ordering BA
effort low
English 'vs' with question mark — '{X} vs {Y}?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Lazy vs Strict Evaluation
## Core Difference
**Strict (eager) evaluation**: Expressions are evaluated **immediately** when bound to a variable or passed as an argument.
**Lazy evaluation**: Expre
neighbors