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
Add this copy of Practical Common Lisp to cart. $6.19, fair condition, Sold by Goodwill Books rated 5.0 out of 5 stars, ships from Hillsboro, OR, UNITED STATES, published 2005 by Apress.
Add this copy of Practical Common Lisp to cart. $7.77, very good condition, Sold by Books From California rated 4.0 out of 5 stars, ships from Simi Valley, CA, UNITED STATES, published 2005 by Apress.
Add this copy of Practical Common Lisp to cart. $7.77, good condition, Sold by Books From California rated 4.0 out of 5 stars, ships from Simi Valley, CA, UNITED STATES, published 2005 by Apress.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Good. Cover boards are lightly warping. Otherwise cover shows minimal shelf wear. Pages are clean, text and pictures are intact and unmarred. Very Clean Copy-Over 500, 000 Internet Orders Filled.
Add this copy of Practical Common Lisp to cart. $21.77, fair condition, Sold by HPB-Red rated 5.0 out of 5 stars, ships from Dallas, TX, UNITED STATES, published 2005 by Apress.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Fair. Connecting readers with great books since 1972. Used textbooks may not include companion materials such as access codes, etc. May have condition issues including wear and notes/highlighting. We ship orders daily and Customer Service is our top priority!
Add this copy of Practical Common Lisp to cart. $29.79, good condition, Sold by TextbookRush rated 4.0 out of 5 stars, ships from Grandview Hts, OH, UNITED STATES, published 2005 by Apress.
Choose your shipping method in Checkout. Costs may vary based on destination.
Seller's Description:
Good. All orders ship SAME or NEXT business day. Expedited shipments will be received in 1-5 business days within the United States. We proudly ship to APO/FPO addresses. 100% Satisfaction Guaranteed!
Add this copy of Practical Common Lisp (Expert's Voice in Programming to cart. $32.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. $32.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.
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).