*** Welcome to piglix ***

Lisp programming language

Lisp
Paradigm Multi-paradigm: functional, procedural, reflective, meta
Designed by John McCarthy
Developer Steve Russell, Timothy P. Hart, and Mike Levin
First appeared 1958; 59 years ago (1958)
Typing discipline dynamic, strong
Dialects
Influenced by
IPL
Influenced

Lisp (historically, LISP) is a family of computer programming languages with a long history and a distinctive, fully parenthesized prefix notation. Originally specified in 1958, Lisp is the second-oldest high-level programming language in widespread use today. Only Fortran is older, by one year. Lisp has changed since its early days, and many dialects have existed over its history. Today, the best known general-purpose Lisp dialects are Common Lisp and Scheme.

Lisp was originally created as a practical mathematical notation for computer programs, influenced by the notation of Alonzo Church's lambda calculus. It quickly became the favored programming language for artificial intelligence (AI) research. As one of the earliest programming languages, Lisp pioneered many ideas in computer science, including tree data structures, automatic storage management, dynamic typing, conditionals, higher-order functions, recursion, the self-hosting compiler, and the read–eval–print loop.


...
Wikipedia

...