Common Lisp

Common Lisp is a highly dynamic multi-paradigm language that emphasizes interactivity and performance.

Installation

There are a variety of implementations to choose from. Three implementations available are clisp, ecl, and the particularly popular sbcl.

SBCL features a highly optimized native code generating compiler with origins that date back to the early 90's. Known for its precise type derivation and its strict conformance to the ANSI standard, it is particularly suited for general purpose and scientific programming. On the other hand, both ECL and CLISP offer good C integration and embedability.

SLIME

For the interactive experience that Common Lisp is known for, see slime.