About this document
Common Lisp Object System Overview by wexler is a document available to read on EtoBox.
The document discusses the structure and components of the Common Lisp language processor. It begins by explaining that the reader translates source code strings into S-expressions, which are then evaluated. It also describes the basic elements of Lisp including S-expressions, atoms, numbers, strings, symbols and packages. It provides examples and explains how names are interned into symbols and packages.
- Author
- wexler
- Language
- EN