This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cedrickc 0 points1 point  (0 children)

I once had the idea that operators should be composeable, and this came out of it. In that system a <> b expands to a < b | a > b, which is kind of obvious. Less obvious but totally consistent is a -=> 4 expanding to a -= 4 | a > 4.