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
I’d start with How to Design Programs, Second Edition https://htdp.org/ or if you prefer the Socratic Method you might like the series of books by Dan Friedman starting with The Little Schemer and The Seasoned Schemer. The books are linked at https://en.wikipedia.org/wiki/Daniel_P._Friedman
SICP
I will plug a book I wrote, available to read free online https://leanpub.com/lovinglisp/read
it is just a book of many small programming projects, with an emphasis on AI. This is a live book I update about twice a year.