Appendix
Further resources and reading
Last updated
Further resources and reading
Last updated
For those interested in delving deeper into Lisp and its core concepts, here are some valuable resources that cover the language's origin, core concepts, and additional information:
Lisp Programming Language:
: Learn about the history, features, and variations of the Lisp programming language.
Origin and Evolution of Lisp:
: Read John McCarthy's original paper introducing Lisp, where he discusses the motivations and design decisions behind the language.
Common Lisp Documentation:
: The Common Lisp HyperSpec is a comprehensive online reference for the Common Lisp programming language. It provides detailed documentation and is an excellent resource for understanding the language.
Introduction to Lisp Programming:
: "Practical Common Lisp" is a free online book that provides a practical, hands-on introduction to Common Lisp programming. It covers various aspects of the language and includes practical examples.
Lisp and AI:
: Read the AI Memo by Pedro Domingos that discusses Lisp's historical role in AI research and its influence on machine learning.
(advanced)