this post was submitted on 19 Nov 2023
1 points (100.0% liked)

Lisp

53 readers
3 users here now

founded 1 year ago
MODERATORS
 

hello everyone, I'm a python programmer with around 6 years of experience.

recently i learned haskell and also learned a little about category theory

i also want to learn LISP, I've seen a few tutorials here and there and I'm aware of the syntax. i would like to read a book on LISP.

could you guys recommend me books, anything from intermediate to advance

you are viewing a single comment's thread
view the rest of the comments

For Common Lisp:

  1. COMMON LISP: A Gentle Introduction to Symbolic Computation, David S. Touretzky
  2. Practical Common Lisp, Peter Seibel
  3. ANSI Common Lisp, Paul Graham
  4. On Lisp, Paul Graham
  5. Common Lisp Recipes, The Common Lisp Cookbook, ...