Looking for LISP book recommendations

In summary, the conversation discusses various books for learning LISP, including options for beginners, AI and machine learning, free online resources, and advanced users. Popular books mentioned include "Structure and Interpretation of Computer Programs" by Harold Abelson and Gerald Jay Sussman, "Land of LISP" by Conrad Barski, "Paradigms of Artificial Intelligence Programming: Case Studies in Common LISP" by Peter Norvig, and "On Lisp" by Paul Graham.
  • #1
gnome
1,041
1
Need something to give myself an introductory crash-course in LISP. Do you know of a book with really good "how-to" explanations and exercises?
 
Computer science news on Phys.org
  • #3


There are several great books that I would recommend for an introductory crash-course in LISP. "Land of Lisp" by Conrad Barski is a popular choice, as it provides a fun and engaging approach to learning LISP through building games. "Practical Common Lisp" by Peter Seibel is another highly recommended book, with clear explanations and exercises to help you grasp the fundamentals of LISP. "The Little Schemer" by Daniel P. Friedman and Matthias Felleisen is a classic text that uses a question-and-answer format to guide readers through the concepts of LISP. Overall, any of these books would be a great choice for someone looking to gain a strong foundation in LISP.
 

FAQ: Looking for LISP book recommendations

What is the best book for learning LISP?

The best book for learning LISP is subjective and depends on your learning style and level of experience with programming. However, some popular options include "Structure and Interpretation of Computer Programs" by Harold Abelson and Gerald Jay Sussman, "Common LISP: A Gentle Introduction to Symbolic Computation" by David S. Touretzky, and "Practical Common LISP" by Peter Seibel.

Are there any beginner-friendly LISP books?

Yes, there are several beginner-friendly LISP books available. Some options include "Land of LISP" by Conrad Barski, "The Little Schemer" by Daniel P. Friedman and Matthias Felleisen, and "The Joy of Clojure" by Michael Fogus and Chris Houser.

What is the best book for learning LISP for AI and machine learning?

For AI and machine learning, "Paradigms of Artificial Intelligence Programming: Case Studies in Common LISP" by Peter Norvig is a highly recommended book. Other options include "LISP for the Web" by Adam Tornhill and "The Art of Lisp Programming" by Robin Jones and Jeremy Jones.

Are there any free online resources for learning LISP?

Yes, there are many free online resources for learning LISP, including tutorials, video lectures, and interactive coding challenges. Some popular options include "The Nature of Lisp" by Gérard Assayag and Julie D. Henry, "LISP Koans" by Google, and "LISP 1.5 Programmer's Manual" by John McCarthy.

Are there any LISP books for advanced users?

Yes, there are several advanced LISP books for experienced users looking to deepen their knowledge and skills. Some options include "On Lisp" by Paul Graham, "The Art of the Metaobject Protocol" by Gregor Kiczales et al., and "Practical Common LISP" by Peter Seibel.

Back
Top