The programming language in the book is Clojure. It is a LISP. That means there are parens around everything. In Clojure, the command is always the first thing and then everything else. For example, to add two numbers you would type:

(+ 1 1)