Previous: , Up: Data   [Contents][Index]


16.4.3.4 The Empty List

In Common Lisp, there are two ways of representing the empty list. You can represent it as a pair of parentheses with nothing between them, or you can use the symbol ‘nil’. It will be displayed as ‘NIL’ no matter how you write it. ‘NIL’ evaluates to itself, and so does not need to be quoted.