Common lisp


language
A dialect of Lisp defined by a consortium of companies brought together in 1981 by the Defence Advanced Research Projects Agency (DARPA). Companies included Symbolics, Lisp Machines, Inc., Digital Equipment Corporation, Bell Labs., Xerox, Hewlett-Packard, Lawrence Livermore Labs., Carnegie-Mellon University, Stanford University, Yale, MIT and USC Berkeley. Common Lisp is lexically scoped by default but can be dynamically scoped.
Common Lisp is a large and complex language, fairly close to a superset of MacLisp. It features lexical binding, data structures using defstruct and setf, closures, multiple values, types using declare and a variety of numerical types. Function calls allow “&optional”, keyword and “&rest” arguments. Generic sequence can either be a list or an array. It provides formatted printing using escape characters. Common LISP now includes CLOS, an extended LOOP macro, condition system, pretty printing and logical pathnames.
Implementations include AKCL, CCL, CLiCC, CLISP, CLX, CMU Common Lisp, DCL, KCL, MCL and WCL.
Mailing list: .
ANSI Common Lisp draft proposal (ftp://ftp.think.com/public/think/lisp:public-review.text).
[“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].
(1994-09-29)

Read Also:

  • Common lisp in parallel

    language, parallel (CLIP) A version of Common LISP from Allegro for the Sequent Symmetry. (1994-12-12)

  • Common lisp object system

    language (CLOS) An object-oriented extension to Common LISP, based on generic functions, multiple inheritance, declarative method combination and a meta-object protocol. A descendant of CommonLoops and based on Symbolics FLAVORS and Xerox LOOPS, among others. See also PCL. [“Common LISP Object System Specification X3J13 Document 88-002R”, D.G. Bobrow et al, SIGPLAN Notices 23, Sep 1988]. […]

  • Common-logarithm

    noun, Mathematics. 1. a logarithm having 10 as the base. noun 1. a logarithm to the base ten. Usually written log or log10 Compare natural logarithm common logarithm A logarithm having 10 as its base. Compare natural logarithm.

  • Commonloops

    language Xerox’s object-oriented Lisp which led to CLOS. See also Portable CommonLoops. (ftp://arisia.xerox.com/pub/pcl/September-16-92-PCL-c.tar.Z). [“CommonLoops: Merging Lisp and Object-Oriented Programming”, D.G. Bobrow et al, SIGPLAN Notices 21(11):17-29, Nov 1986]. (1999-07-02)

  • Commonly

    [kom-uh n-lee] /ˈkɒm ən li/ adverb 1. often; frequently: commonly used words. 2. usually; generally; ordinarily. 3. in a common manner. /ˈkɒmənlɪ/ adverb 1. usually; ordinarily: he was commonly known as Joe 2. (derogatory) in a coarse or vulgar way: she dresses commonly adv. c.1300, “in a way common to all,” also “common to all;” […]


Disclaimer: Common lisp definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.