Similar to Haskell's \ operator. Typical usage: (\ x y = * x y) is like (lambda (x y) (* x y)).You can also just use Lisp forms on the right of the =, in which case no extralevels of parens are added.