Basic definitions: lists, functions, and evaluation.

The Lisp forms tree

        
              __________T__________
	     /                     \
          List             _______Atom________
                          /                   \
                       Symbol       ________Number________
				   /	       |          \
                           ___Rational___    Float      Complex
                          /              \
                      Integer           Ratio

Evaluation

Symbols and Special Forms

Preventing and forcing Evaluation.


Acknowledgment:

Portions of this page come from Todd Feldman's handouts for CS 193L.


Back to LispWorkshop main page.

©1996-98 by Juan Pampin, juan@ccrma.stanford.edu