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|4 years ago|reply
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/
[+] [-] nomorecommas|4 years ago|reply
Casting SPELs in LISP: https://www.lisperati.com/casting.html
[+] [-] ragebol|4 years ago|reply
[+] [-] Tomte|4 years ago|reply
[+] [-] brudgers|4 years ago|reply
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|4 years ago|reply
https://www.youtube.com/watch?v=ymSq4wHrqyU
[+] [-] nomorecommas|4 years ago|reply
Baggers aka techsnuffle: https://youtube.com/channel/UCMV8p6Lb-bd6UZtTc_QD4zA
[+] [-] nomorecommas|4 years ago|reply
[+] [-] whalesalad|4 years ago|reply
[+] [-] nomorecommas|4 years ago|reply
https://common-lisp.net/
[+] [-] elnatro|4 years ago|reply
[+] [-] nomorecommas|4 years ago|reply
- web browser: https://github.com/atlas-engineer/nyxt
- web server: https://lispcookbook.github.io/cl-cookbook/web.html
- games: https://github.com/lispgames/lispgames.github.io/wiki
- command line utilities: https://stevelosh.com/blog/2021/03/small-common-lisp-cli-pro...
- more ideas: https://awesome-cl.com/ | https://www.cliki.net/Exercices