Correct Answer: Lisp
Lisp is one of the oldest programming languages and has historically been associated with Artificial Intelligence research since its creation by John McCarthy in 1958. It was specifically designed for symbolic computation, recursive programming, and processing complex data structures, making it highly suitable for early AI systems. Many pioneering AI programs, expert systems, theorem provers, and natural language processing applications were developed using Lisp. Although Python has become the dominant language for modern AI due to its simplicity and extensive libraries, Lisp remains an important language in the history of artificial intelligence because it introduced many concepts that influenced modern programming languages, including automatic garbage collection and functional programming techniques.
- Language: Lisp.
- Creator: John McCarthy.
- Introduced: 1958.
- Historical Role: Early AI research.
- Correct Answer: Lisp.