Conversation

Computer folks, remember the precedence of operators! Consult this handy list if in doubt:

() [] -> .
! ~ ++ --
* / %
+ -
<< >>
< <= > >=
== != &=
=== &&& |||
?: ??= ( ^..^)ノ
(╯°□°)╯︵ ┻━┻

3
12
2
@lcamtuf I have to say that Tom Christiansen's advice on operator precedence still is the best... https://lwn.net/Articles/382023/
0
0
3

@lcamtuf I'm not much of a fanboy, but Lisp's biggest perks is the list of operator precedence rules:

(left blank intentionally)

0
0
1