Common LISP - An effort begun in 1981 to provide a common dialect of LISP.
The result is a large and complex language, fairly close to a superset of
MacLisp. Lexical binding, data structures using defstruct and setf,
closures, multiple values, types using declare, a variety of numerical
types. Function calls allow optional, keyword and &rest arguments.
Generic sequence can either be a list or an array. Formatted printing
using escape characters. Common LISP now includes CLOS, an extended LOOP
macro, condition system, pretty printing, logical pathnames. "Common LISP:
The Language", Guy L. Steele, Digital Press 1984, ISBN 0-932376-41-X.
"Common LISP: The Language, 2nd Edition", Guy L. Steele, Digital Press
1990, ISBN 1-55558-041-6.
(See AKCL, CCL, DCL, KCL, MCL)
list: common-lisp@ai.sri.com.
ftp://lisp-rt1.slisp.cs.cmu.edu/pub/16e-* CMU Common LISP Version 16e
//ftp.think.com/public/think/lisp:public-review.text
Draft proposed ANS Common Lisp
Comments, Experience, Additions
Next Language: C+@