Next: The LISP Interpreter, Up: Getting Started [Index]
The basic elements of LISP.
primary data struction of LISP
constitutes the heart of any LISP system;
computations on s-expressions
major category of s-expressions
major category of s-expressions
First LISP functions, largely concerned with arithmetic computation.
How to store the value of a computation for subsequent use.
How to recover from an error.
Become family with the syntax of LISP.
How to specify and understand complex computations.