Next: Syntax of Names, Up: Common Lisp Package System [Contents][Index]
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".