Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: tpeplt Newsgroups: comp.lang.lisp Subject: Re: Resources to learn common lisp? Date: Wed, 01 Apr 2026 13:23:00 -0400 Organization: A noiseless patient Spider Lines: 50 Message-ID: <87tstu1tor.fsf@gmail.com> References: <874inbqdz7.fsf@mariorosell.es> <87ikab7jsk.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 01 Apr 2026 17:23:01 +0000 (UTC) Injection-Info: dont-email.me; posting-host="91f7ffbc55f70d4f312aa6c75b562186"; logging-data="443765"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18aYSIa0PFiNUJhLgxsrCpA1ZME3Fqq9eg=" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:A3jYhXQKTDjgkhDTCQff/andgHE= sha1:zisFGAEvhpKjOCXlR3TpX9TvVKo= Xref: csiph.com comp.lang.lisp:60775 steve g writes: > Mario Rosell writes: > >> Hello everyone! >> >> I want to learn Common Lisp, but I don't really know what resources to >> use. >> >> What did you all use to learn? Is that even relevant? Is this newsgroup >> active? >> >> Thanks for everyone in advice > > https://lisp-lang.org/books/ > Oddly, this list does not include "COMMON LISP: A Gentle Introduction to Symbolic Computation", by David S. Touretzky, which the computer science department at Carnegie Mellon University provides as a .pdf file: https://www.cs.cmu.edu/~dst/LispBook/book.pdf And it does not include "COMMON LISP: An Interactive Approach", by Stuart C. Shapiro, which the State University of New York at Buffalo provides as a .pdf file: https://cse.buffalo.edu/~shapiro/Commonlisp/commonLisp.pdf > most people like graham. I personally like Norvig. > > the introduction in emacs on emacs-lisp is actually very good! C-h i m > elisp (in emacs). > 1. C-h i m only works if you have not used C-h i for other info documentation. It assumes that the info reader starts in the directory. More generally, type C-h i followed by ‘d’ (to go to the directory) and then ‘m’ to specify a menu entry. 2. C-h i d m elisp would open the Emacs Lisp reference manual, which is not the Introduction to Emacs Lisp. For that, use C-h i d m, and then type Emacs Lisp Intro at the "menu item:" prompt. -- The lyf so short, the craft so long to lerne. - Geoffrey Chaucer, The Parliament of Birds.