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: Build Your Own LispBuild Your Own Lisp
by - buildyourownlisp.com
In this book you'll learn the C programming language, and at the same time learn how to build your very own programming language, a minimal Lisp, in under 1000 lines of code. This book is not suitable as a first programming language book ...
(9273 views)
Book cover: Common Lisp Quick ReferenceCommon Lisp Quick Reference
by
Common Lisp Quick Reference is a free booklet with short descriptions of the thousand or so symbols defined in the ANSI standard. Its purpose is to give a quick overview on things they know already, or some clue on what to look up elsewhere.
(4655 views)
Book cover: Introduction to newLISPIntroduction to newLISP
- Wikibooks
newLISP combines the power of classic LISP with the facilities of a modern scripting language, such as regular expressions, network functions, multitasking, etc. This book is a straightforward and simple description of the basics of the language.
(15828 views)
Book cover: LISP 1.5 PrimerLISP 1.5 Primer
by - Dickenson Publishing Company
The chapters of this book expose the reader to the LISP formalism and give him an opportunity to acquire the necessary skills for processing symbolic data. Learning these skills is analogous to learning the rules of arithmetic ...
(6792 views)