Y
Hacker News
new
|
ask
|
show
|
jobs
by
qsort
1645 days ago
According to the mainstream interpretation, a/b(c) parses to:
(* (/ a b) c)
and not:
(/ a (* b c))
It's very ambiguous, though. No scientist would ever write expressions like that.