UMBC CMSC 331 Principles of Programming Languages

 

Lisp Resources

How to ...

Tutorials, hints and tips

 

References and resources

  • Stu Shapiro, COMMON LISP: An Interactive Approach, 1992. The complete text of this excellant book that is very good for self-study.
  • Paul Graham, On Lisp. This is the complete text of Graham's 1993 book.
  • Common Lisp HyperSpec is an HTML version of the official Common Lisp standard that completely defines every function, variable, and construct.
  • CLiki is a wiki in and about Commpn Lisp

Things to read

More Lisp implementations

  • LispWorks -- a free implementation of Common Lisp (with an IDE) which is available for both Windows and Linux