one fable-low hijack cell
pair lazy_eval / strict_eval
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked strict_eval (second-offered)
· classifierB
· tiernone
response (200 chars)
`lazy_eval` returned truthy — `strict_eval` was never evaluated. 🎉
That's the joke, of course: in a short-circuiting `||`, the left operand wins if it's truthy, so laziness literally prevents strictn
neighbors