←back to thread

366 points nils-m-holm | 1 comments | | HN request time: 0.216s | source
Show context
AnonC ◴[] No.45071926[source]
Under “The Intended Audience” (page 10 of the PDF sample on the site), it says that this is not an introduction to LISP and that it would be more enjoyable with some prerequisites.

Where does one — who has no knowledge of these prerequisites or about LISP (except that the latter has been heard in programming circles as something esoteric, extremely powerful, etc.) — start, before reading this book?

replies(5): >>45071961 #>>45073156 #>>45073538 #>>45073643 #>>45074942 #
epr ◴[] No.45073643[source]
When I was a beginner, A Gentle Introduction to Symbolic Computation worked for me. As the title suggests, it gently introduces concepts in a very beginner friendly manner, so even macros are easy enough to grasp by the time you get there. The diagrams and examples are great.

https://www.cs.cmu.edu/~dst/LispBook/book.pdf

replies(1): >>45074915 #
1. AnonC ◴[] No.45074915[source]
Thanks for the recommendation. I appreciate it. I’ll definitely check this out.