HACKER Q&A
📣 bikramgig

What is a good resource to learn Lisp in 2022?


I have a new year resolution to learn lisp this year. This forum is the inspiration for this resolution. Thank you hn folks. I read some chapters of practical common lisp but it feels a little outdated. Is it still good book to learn lisp? Is there other book recommendation? Is Common lisp a good choice for modern time or is another Lisp recommended now a days? Thanks in advance.


  👤 rg111 Accepted Answer ✓
Land of Lisp [0] is a book where you learn Common Lisp through coding up games.

I picked it up and it was very good read. I had to abandon it less than halfway because of other responsibilities that I have. I very much plan to go back it. This book is very good, and I recommend it.

SICP is always a classic and worth going through in any stage of your life.

There are also suggestions in Common Lisp website for books [1].

[0]: http://landoflisp.com/

[1]: https://lisp-lang.org/books/



👤 brudgers
"Lisp" covers several languages with significantly different goals.

For Common Lisp I like Norvig's Paradigms of Artificial Intelligence: case studies in Common Lisp because it has short examples of how Common Lisp programs can be put together in practice.

And I think Common Lisp is worth learning because it is an underlying element when it comes to other Lisps like Racket and Clojure and eLisp...they either adopt what Common Lisp does or reject it, but they don't ignore it.


👤 f0e4c2f7
I haven't finished watching it yet but I have this video saved.

https://www.youtube.com/watch?v=ymSq4wHrqyU



👤 whalesalad
I am curious, too. I have been in the Clojure ecosystem for a minute, but have always been curious about the "real juice" of clisp.

👤 elnatro
Has lisp any niche? What should I build with lisp to actually learn it?