Appendix

Further resources and reading

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:

Part 1

  1. Lisp Programming Language:

  2. Origin and Evolution of Lisp:

    • John McCarthy's History of Lisp: Read John McCarthy's original paper introducing Lisp, where he discusses the motivations and design decisions behind the language.

  3. Common Lisp Documentation:

    • Common Lisp HyperSpec: 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.

  4. Introduction to Lisp Programming:

    • Practical Common Lisp: "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.

  5. Lisp and AI:

Part 2

  1. Code Generation (advanced)

Last updated