Lisp, also known as LISP, is a programming language that was originally an acronym for LISt Processing. It was designed for easy manipulation of data strings. Developed in 1959 by John McCarthy, it is a commonly used language for Artificial Intelligence (AI) programming. It is one of the oldest programming languages still in relatively wide use.
In Lisp, all computation is expressed as a function of at least one object. Objects can be other functions, data items (such as constants or variables), or data structures. LISP's ability to compute with symbolic expressions rather than numbers makes it convenient for AI applications.
Source: https://whatis.techtarget.com/definition/LISP-list-processing