Logo

An Introduction to Programming in Emacs Lisp

Small book cover: An Introduction to Programming in Emacs Lisp

An Introduction to Programming in Emacs Lisp
by

Publisher: Free Software Foundation, Inc.
Number of pages: 314

Description:
This is an introduction to Programming in Emacs Lisp, for people who are not programmers. Although Emacs Lisp is usually thought of in association only with Emacs, it is a full computer programming language. You can use Emacs Lisp as you would any other programming language. This introduction to Emacs Lisp is designed to get you started: to guide you in learning the fundamentals of programming, and more importantly, to show you how you can teach yourself to go further.

Home page url

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

Similar books

Book cover: Loving Lisp, or the Savvy Programmer's Secret WeaponLoving Lisp, or the Savvy Programmer's Secret Weapon
by
This book is an introduction to Common Lisp. The author considers 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.
(22172 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.
(14445 views)
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.
(15688 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.
(14729 views)