Hacker News new | ask | show | jobs
by robertlagrant 3 days ago
> We don’t really see 3-arity functions written in infix notation much.

Would a better example be Python's inline if else construction?

  x = 3 if thing else 4