Jump to content

Lisp (programming language)

From Simple English Wikipedia, the free encyclopedia
Revision as of 04:25, 28 March 2009 by 71.127.85.87 (talk) (The majority of Lisp programs are not for AI.)

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. LISP was designed by John McCarthy in 1958. The two best-known versions of LISP are Common Lisp and Scheme. Many concepts that are used in modern programming languages were first created in Lisp. Linked lists are a very important data structure in LISP. The basic concepts behind LISP are easy to learn. Logo is another version of Lisp that was made for children. Logo can help young children develop skills and become efficient within the programming language.