one fable-low hijack cell
pair lazy_eval / strict_eval
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Strict vs. Lazy Evaluation
Two opposing strategies for *when* expressions get evaluated.
## Strict (Eager) Evaluation
Arguments are evaluated **before** a function is called.
```python
def first(
neighbors