Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!VAXA.ISI.EDU!smoliar From: smoliar@VAXA.ISI.EDU (Stephen Smoliar) Newsgroups: comp.ai.digest Subject: Re: Introductory books on Lisp Message-ID: <8710201827.AA01928@vaxa.isi.edu> Date: Tue, 20-Oct-87 14:27:25 EDT Article-I.D.: vaxa.8710201827.AA01928 Posted: Tue Oct 20 14:27:25 1987 Date-Received: Sat, 24-Oct-87 14:52:10 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 8 Approved: ailist@kl.sri.com Back in the dark ages when I was teaching LISP, I used to rely heavily on THE LITTLE LISPER by Daniel Friedman. I felt that the important thing about learning LISP was getting comfortable with expressing yourself in a functional style and using the format of recursive definitions. Friedman does an excellent job of walking you through a broad variety of examples. You emerge from this book with a good sense of the power of a "pure" applicative style of LISP programming. Having done so, you are now ready for the "real world" provided by the particular dialect of LISP you will actually be using.