Jump to content

Lisp (programming language)

From Simple English Wikipedia, the free encyclopedia
Revision as of 02:06, 8 May 2008 by SieBot (talk | changes) (robot Adding: ga:LISP)

LISP (or Lisp) is the name for a programming language. It is among the oldest programming languages that are still used today. Only Fortran is older. The two best-known dialects of LISP are Common Lisp and Scheme. Originally, LISP was based on the mathematical concept of lambda calculus (developed by Alonzo Church). It quickly developed into a language used for Artificial intelligence. Many concepts that are used in modern programming languages were pioneered by LISP. This is the case for Object-oriented programming, tree data structures and dynamic typing amongst others.

Linked lists are a very important data structure in LISP. Quite a lot can be done using linked lists. From there LISP has its name. It stands for LISt Processor.