Lisp is thought of as an academic language, but it need not be. This is the first book that introduces Lisp as a language for the real world and provides an overall understanding of the language features and how they work. From this foundational knowledge, readers will move on to practical code examples centered on building a streaming MP3 server.
Read More
Lisp is thought of as an academic language, but it need not be. This is the first book that introduces Lisp as a language for the real world and provides an overall understanding of the language features and how they work. From this foundational knowledge, readers will move on to practical code examples centered on building a streaming MP3 server.
Read Less
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
New. Trade paperback (US). Glued binding. 501 p. Contains: Unspecified. In Stock. 100% Money Back Guarantee. Brand New, Perfect Condition, allow 4-14 business days for standard shipping. To Alaska, Hawaii, U.S. protectorate, P.O. box, and APO/FPO addresses allow 4-28 business days for Standard shipping. No expedited shipping. All orders placed with expedited shipping will be cancelled. Over 3, 000, 000 happy customers.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
New. Trade paperback (US). Glued binding. 501 p. Contains: Unspecified. In Stock. 100% Money Back Guarantee. Brand New, Perfect Condition, allow 4-14 business days for standard shipping. To Alaska, Hawaii, U.S. protectorate, P.O. box, and APO/FPO addresses allow 4-28 business days for Standard shipping. No expedited shipping. All orders placed with expedited shipping will be cancelled. Over 3, 000, 000 happy customers.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
New. Trade paperback (US). Glued binding. 499 p. Contains: Unspecified. Expert's Voice in Programming Languages. In Stock. 100% Money Back Guarantee. Brand New, Perfect Condition, allow 4-14 business days for standard shipping. To Alaska, Hawaii, U.S. protectorate, P.O. box, and APO/FPO addresses allow 4-28 business days for Standard shipping. No expedited shipping. All orders placed with expedited shipping will be cancelled. Over 3, 000, 000 happy customers.
This book isn't very thick, but it seems to cover much more than it possibly could. Maybe that's because the author is a good writer or maybe it's because you can do so much work with so little Lisp.
ghostrider
Aug 17, 2007
Great Lisp primer!
This book is really great. The author focuses on showing how to actually get things done in a practical way instead of just enumerating language features. After reading this book, you will feel like you have actually learned how to write Lisp programs. Also, one great thing about this book is that it describes the condition system in its full power (one thing that is not so common in other Lisp books). Instead of showing how to do the same thing you would do with Java exceptions, Seibel shows you how to do better using Lisp. The chapters on object orientation are also very interesting, showing details of CLOS, the Common Lisp Object System (which is amazingly flexible and powerful). I would definetely buy this book if I was about to start learning Lisp, but it only covers the basics. You will need other books later. More specifically, you will need books on advanced techniques and a reference for the language (which this book is not).