As with Common Lisp and Scheme, Lambdatalk uses s-expressions so there is no need for operator precedence. Such an expression "1+2*3+4" is written {+ 1 {* 2 3} 4}