Y
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
m-j-fox
3295 days ago
Whitespace-implied parenthesis.
1+2 * 3 == 9
Sick! I wish Haskell notices this.
link