Hacker News new | ask | show | jobs
by zem 3296 days ago
they did the best job of operator associativity and precedence i've ever seen. still hoping some other languages pick up on it. http://lambda-the-ultimate.org/node/2943#comment-43411
1 comments

Whitespace-implied parenthesis.

    1+2 * 3 == 9
Sick! I wish Haskell notices this.