Comment on Spatial languages: Writing code in 2DComments−robertlagrant1moWe 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
Comments
Would a better example be Python's inline if else construction?