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: GNU Emacs Lisp Reference ManualGNU Emacs Lisp Reference Manual
by - Free Software Foundation
This manual attempts to be a full description of Emacs Lisp. Emacs Lisp is more than a mere 'extension language'; it is a full computer programming language in its own right. You can use it as you would any other programming language.
(15657 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.
(14417 views)
Book cover: Common LispCommon Lisp
- Wikibooks
Common Lisp is a modern, multi-paradigm, high-performance, ANSI-standardized programming language. Contents: First steps; Basic topics; Advanced topics; Beyond ANSI Common Lisp; External libraries; Implementation Issues; Case Studies in CL; etc.
(14697 views)
Book cover: Design of CMU Common LispDesign of CMU Common Lisp
by
This text documents internal details of the CMU Common Lisp compiler and run-time system. CMU Common Lisp is a public domain implementation of Common Lisp that runs on Unix workstations. It provides some useful information on the CMUCL compiler.
(18461 views)