This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.a_glossary:l:lisp [2021/07/24 15:33] nick |
dido:public:ra:xapend:xapend.a_glossary:l:lisp [2021/10/03 22:25] (current) 50.19.247.197 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Lisp ===== | ===== Lisp ===== | ||
| - | [[dido:public:ra:xapend:xapend.a_glossary| Return to Glossary ]] | + | [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] |
| - | **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 [[dido:public:ra:xapend:xapend.a_glossary:a:ai]] programming. It is one of the oldest programming languages still in relatively wide use. | + | **Lisp**, also known as LISP, is a [[dido:public:ra:xapend:xapend.a_glossary:p:programlang|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 [[dido:public:ra:xapend:xapend.a_glossary:a: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. | + | In **Lisp**, all computation is expressed as a function of at least one [[dido:public:ra:xapend:xapend.a_glossary:o:object|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 ]] | Source: [[https://whatis.techtarget.com/definition/LISP-list-processing ]] | ||