GNU Info

Info Node: (elisp)Classifying Lists

(elisp)Classifying Lists


Next: Function Indirection Prev: Symbol Forms Up: Forms
Enter node , (file) or (file)node

Classification of List Forms
----------------------------

   A form that is a nonempty list is either a function call, a macro
call, or a special form, according to its first element.  These three
kinds of forms are evaluated in different ways, described below.  The
remaining list elements constitute the "arguments" for the function,
macro, or special form.

   The first step in evaluating a nonempty list is to examine its first
element.  This element alone determines what kind of form the list is
and how the rest of the list is to be processed.  The first element is
_not_ evaluated, as it would be in some Lisp dialects such as Scheme.


automatically generated by info2www version 1.2.2.9