Next: , Up: Common Lisp Package System   [Contents][Index]


3.1.1 The Reader and the Evaluator

Common Lisp defines two "black boxes", one that translates text into Lisp objects and another that implements the semantics of the language in terms of those objects. The first box is called the "reader", and the second is call the "evaluator".