Jump to content

Common Lisp: Difference between revisions

From EDM2
m Redirected page to LISP
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
#REDIRECT [[LISP]]
'''Common Lisp''' (''CL'') is a dialect of [[LISP]] that adds functional programming, object-oriented and procedural features but cuts down the language features from what was common in the 70's although not as severely as [[Scheme]]. It was originally instigated by the USA's department of defence in the early 1980's as LISP variants used by contractors were starting to become so diverse that porting of code between projects was becoming difficult. It has since become the most popular variant of the language but sometimes gets criticised for being rather large in comparison to Scheme.
 
==OS/2 Implementations==
* [[Eco Common Lisp]] - Embeddable LISP - Open Source - Sort of current
* [[GNU Common Lisp]] - Open Source - Discontinued
* [[Kyoto Common Lisp]] - Open Source - Discontinued
* [[Procyon Common Lisp]] for OS/2 - Commercial - Discontinued
 
[[Category:LISP]]

Revision as of 15:56, 4 January 2018

Common Lisp (CL) is a dialect of LISP that adds functional programming, object-oriented and procedural features but cuts down the language features from what was common in the 70's although not as severely as Scheme. It was originally instigated by the USA's department of defence in the early 1980's as LISP variants used by contractors were starting to become so diverse that porting of code between projects was becoming difficult. It has since become the most popular variant of the language but sometimes gets criticised for being rather large in comparison to Scheme.

OS/2 Implementations