(no title)
jplayer01 | 5 years ago
Parentheses take precedence.
The first symbol is the operator (add, subtract, sum, multiply, etc.).
Everything else is operated on from left to right.
(+ 2 5 7)
2+5+7
It's also not a Clojure thing. It applies to all Lisps or related like Scheme.
No comments yet.