>>41
It is pretty obvious after five minutes how the parentesis work: exactly as in lisp (except for the outer most parentesis) unless infix comes into play, in which case, infix has a greater precedence over non infix (resolution between infix operators is harder to rembember, but just use parentesis if in doubt). And that's pretty much it. In fact I have to admit, being a lisper, I'm more confortable writing some operations in infix. there is a difference between "not . even" and "(compose #'not '#even)", so much that people write a "negate" function.