APPENDIX A
OVERVIEW OF THE LISP PROGRAMMING LANGUAGE
Lisp, short for “List Processing,” is one of the oldest high-level programming languages and has had a profound impact on the development of artificial intelligence (AI) and computer science. Created by John McCarthy in 1958, Lisp was designed to facilitate symbolic computation, which is essential for AI research. Its unique features and powerful capabilities have made it a staple in AI and many other fields.
KEY FEATURES OF LISP
Symbolic Expression (S-Expressions)
Lisp’s primary data structure is the symbolic expression, or S-expression, which can represent both code and data. This uniform representation simplifies the manipulation of code and data, making it easier to write programs that ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access