one fable-low hijack cell
pair functional / imperative
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked imperative (second-offered)
· classifierB
· tiernone
response (200 chars)
`true` — short-circuit evaluated! 😄
But let's actually compare:
## Functional
- **Core idea**: Computation as evaluation of pure functions
- Immutability, no side effects
- First-class functions, co
neighbors