Logo

Loving Lisp, or the Savvy Programmer's Secret Weapon

Loving Lisp, or the Savvy Programmer's Secret Weapon
by

Description:
While I consider Java to be twice as "programmer efficient" as C++, I consider Common Lisp to be twice as good as Java for some applications. Common Lisp compilers are freely available, stable, and compiled Common Lisp code is very fast. Not yet programming in Lisp? Spend a few evenings with this free web book and experience what many computer scientists consider the best all-around programming language.

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: Practical Common LispPractical Common Lisp
by - Apress
An introduction to Common Lisp for people curious about Lisp and a tutorial for anybody who wants to get down to real coding right away. Learn Lisp from this book and it will make you a better programmer in any language.
(22745 views)
Book cover: Common LISP: A Gentle Introduction to Symbolic ComputationCommon LISP: A Gentle Introduction to Symbolic Computation
by - Benjamin-Cummings Pub Co
This is a gentle introduction to Common Lisp for students taking their first programming course. No prior mathematical background beyond arithmetic is assumed. There are lots of examples, the author avoided technical jargon.
(27109 views)
Book cover: Performance and Evaluation of Lisp SystemsPerformance and Evaluation of Lisp Systems
by - The MIT Press
The book describes the Lisp implementation techniques in use and serves as a handbook to the implementation of all Lisp expressions. It provides performance information using the benchmarking tools to measure the various Lisp systems.
(14424 views)
Book cover: Common LISP: The Language, 2nd EditionCommon LISP: The Language, 2nd Edition
by - Digital Press
The book is an unofficial Lisp programmers' bible. All functions defined in Common Lisp and every specification can be found here. The second edition contains six completely new chapters on CLOS, loops, conditions, series, generators and more.
(19619 views)