PPT Slide
- Programs consist of (recursive) functions
- Programs and data are in the form of symbolic
- There are no explicit type declarations or
storage models in pure LISP
- LISP manipulates whole structures not just
“a-word-at-a-time”. This allows short, clear
- LISP programs can generate and execute new
LISP programs, dynamically
- LISP comes from the lambda calculus; the
mathematical foundations promotes resoning