←back to thread

366 points nils-m-holm | 1 comments | | HN request time: 0.202s | 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 #
m-a-t-t-i ◴[] No.45073156[source]
If you prefer hands-on learning, How to Design Programs is pretty good resource for the foundations, with lots of examples and exercises: https://htdp.org

But learning the basics of lisp is more like a side effect, the focus is on program design.

replies(2): >>45074910 #>>45076068 #
1. AnonC ◴[] No.45074910[source]
Thanks a lot. I’ve heard about this too, but didn’t spend time to follow through on reading it.