one fable-low hijack cell
pair eager / lazy
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked lazy (second-offered)
· classifierB
· tiernone
response (200 chars)
# Eager vs. Lazy Evaluation
**Eager evaluation** — expressions are computed immediately when bound:
```python
# Python is eager
result = expensive_function() # runs right now
```
**Lazy evaluation
neighbors