Functional Forms
(( <function> <arg1> <arg2> … <argn> )
Lists represent function invocations.
The first element in the list is the function.
The remaining elements are its arguments.
Arguments are evaluated from left to right, and then the function is applied.