Now available in paperback- Lisp is often 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. Practical Common Lisp presents a thorough introduction to Common Lisp, providing you with an overall understanding of the language features and how they work. Over a third of the book is devoted to practical examples, such as the core of a spam filter and a web application for browsing MP3s and streaming them via the Shoutcast protocol to any ...
Read More
Now available in paperback- Lisp is often 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. Practical Common Lisp presents a thorough introduction to Common Lisp, providing you with an overall understanding of the language features and how they work. Over a third of the book is devoted to practical examples, such as the core of a spam filter and a web application for browsing MP3s and streaming them via the Shoutcast protocol to any standard MP3 client software (e.g., iTunes, XMMS, or WinAmp). In other "practical" chapters, author Peter Seibel demonstrates how to build a simple but flexible in-memory database, how to parse binary files, and how to build a unit test framework in 26 lines of code.
Read Less
Add this copy of Practical Common Lisp (Expert's Voice in Programming to cart. $39.00, very good condition, Sold by Books From California rated 4.0 out of 5 stars, ships from Simi Valley, CA, UNITED STATES, published 2012 by Apress.
Add this copy of Practical Common Lisp (Expert's Voice in Programming to cart. $39.00, good condition, Sold by Books From California rated 4.0 out of 5 stars, ships from Simi Valley, CA, UNITED STATES, published 2012 by Apress.
Add this copy of Practical Common Lisp (Expert's Voice in Programming to cart. $68.12, new condition, Sold by Orange World rated 2.0 out of 5 stars, ships from mundelein, IL, UNITED STATES, published 2012 by Apress.
Add this copy of Practical Common LISP to cart. $71.75, like new condition, Sold by GreatBookPricesUK5 rated 5.0 out of 5 stars, ships from Castle Donington, DERBYSHIRE, UNITED KINGDOM, published 2012 by Apress.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Fine. 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.
Add this copy of Practical Common LISP to cart. $74.33, new condition, Sold by GreatBookPricesUK5 rated 5.0 out of 5 stars, ships from Castle Donington, DERBYSHIRE, UNITED KINGDOM, published 2012 by Apress.
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.
Add this copy of Practical Common LISP to cart. $74.82, new condition, Sold by Ria Christie Books rated 4.0 out of 5 stars, ships from Uxbridge, MIDDLESEX, UNITED KINGDOM, published 2012 by Apress.
Add this copy of Practical Common LISP to cart. $76.49, like new condition, Sold by GreatBookPrices rated 4.0 out of 5 stars, ships from Columbia, MD, UNITED STATES, published 2012 by Apress.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Fine. 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.
Add this copy of Practical Common Lisp (Expert's Voice in Programming to cart. $76.73, good condition, Sold by Bonita rated 4.0 out of 5 stars, ships from Santa Clarita, CA, UNITED STATES, published 2012 by Apress.
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).