Hacker News new | ask | show | jobs
by magnat 481 days ago
C-like equality (==), inequality (!=) and assignment (=) is such a missed opportunity here. One could go with "=", "=/=" and "<-" here while both preserving some sanity and shock factor.
2 comments

That's Algol/Pascal's equality operator, Erlang's inequality operator (Pascal used "<>") and Haskell's binding operator (or whatever it's actually named inside the do-notation). In fact, Algol designer's considered using "<-" for assignment.
That's a pretty good idea, I can do this.

Raised an issue for this - https://github.com/SirusCodes/AntiLang/issues/5