
GNU Emacs Lisp Reference Manual
by Bil Lewis, Dan LaLiberte, Richard Stallman
Publisher: Free Software Foundation 2009
ISBN/ASIN: 1882114744
Number of pages: 1025
Description:
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.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Common LISP: The Language, 2nd Editionby Guy Steele - 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.
(21645 views)
Common LISP: A Gentle Introduction to Symbolic Computationby David S. Touretzky - 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.
(30195 views)
Successful Lisp: How to Understand and Use Common Lispby David B. Lamkins
This tutorial is written for the professional programmer. It introduces the ANSI Common Lisp standard. David Lamkins explains why Lisp is by far the most powerful industrial strength tool available for advanced software development.
(23283 views)
Practical Common Lispby Peter Seibel - 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.
(24898 views)