Jump to content

Common Lisp

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Soulman (talk | contribs) at 18:06, 26 October 2001. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A dialect of Lisp, standardised by ANSI X3.226-1994.


One of the two varieties of Lisp currently

widely used as languages in their own right

(the other is Scheme;

emacs lisp and AutoLisp are widely used

as embedded languages in particular products).


Common Lisp is a multi-paradigm programming language that:


  • Supports programming techniques such as imperative, functional and object-oriented programming.
  • Is dynamically typed, but with optional type declarations that can improve efficiency or safety.
  • Is extensible through standard features such as macros and reader macros.


External links:


  • The CLiki, a Common Lisp Wiki.