one fable-low hijack cell
pair lazy_eval / strict_eval
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Strict vs. Lazy Evaluation
## Strict (Eager) Evaluation
Arguments are evaluated **before** a function is called.
```python
def f(x, y):
return x
f(1, expensive_computation()) # expensive_com
neighbors