Jump to content

Category:Common Lisp: Difference between revisions

current state of Common Lisp implementations
No edit summary
(current state of Common Lisp implementations)
 
(16 intermediate revisions by 6 users not shown)
Line 1:
{{language
{{Programming Language}}
|exec=machine
'''Common Lisp''', commonly abbreviated '''CL''', is a dialect of the [[Lisp]] programming language, standardised by ANSI X3.226-1994. Developed to standardize the divergent variants of Lisp which predated it, it is not an implementation but a language specification. Several implementations of the Common Lisp standard are available, including commercial products and open source software.
|strength=strong
|safety=safe
|checking=both
|gc=yes
|LCT=yes}}
{{implementation|Lisp}}
{{language programming paradigm|functional}}
{{language programming paradigm|procedural}}
{{language programming paradigm|object-oriented}}
{{language programming paradigm|reflective}}
 
'''Common Lisp''', commonly abbreviated '''CL''', is a dialect of the [[derived from::Lisp]] programming language, standardised by [[ANSI]] X3.226-1994. Developed toas standardizea thecommon divergentsuccessor variantsto ofMaclisp and Lisp whichMachine predated itLisp, it is not an implementation but a language specification. Several implementations of the Common Lisp standard are available, including commercial products and open source software.
Common Lisp is a general-purpose programming language, in contrast to Lisp variants such as Emacs Lisp and AutoLISP which are embedded extension languages in particular products. Unlike many earlier Lisps, Common Lisp (like Scheme) uses lexical variable scope.
 
Several implementations of the Common Lisp standard are available, including commercial products and [[open source]] software: [http://www.sbcl.org/ Steel Bank Common Lisp (SBCL)], forked from the earlier CMU Common Lisp (CMUCL), is the most actively maintained open source implementation. CLISP was also a common choice in the past and is used by some Lisp books such as ''Land of Lisp'' (2010) for their code examples, but as of 2022 development has slowed to a crawl. LispWorks is the commonly used commercial alternative to SBCL and offers advanced GUI options, but is quite expensive and may not be worth it if a developer mainly wants to program non-GUI applications.
The "CL-USER> " prompt seen in front of some examples shows that the code was run in a Lisp read-eval-print loop, or REPL, running interactively in an environment such as SLIME.
 
Common Lisp is a general-purpose programming language, in contrast to Lisp variants such as [[Emacs Lisp]] and AutoLISP which are embedded extension languages in particular products. Unlike many earlier Lisps, Common Lisp (like [[derived from::Scheme]]) uses lexical variable scope.
 
TheA "*" (SBCL), ">" (CLISP), or "CL-USER> " prompt seen in front of some examples shows that the code was run in a Lisp [[read-eval-print loop]], or REPL, running interactively in an environment such as [[SLIME]].
 
==Citations==
* [http[wp://en.wikipedia.org/wiki/Common_lisp |Wikipedia:Common Lisp]]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.