Limit this search to....

Emacs Lisp - An Introduction
Contributor(s): Chassell, Robert J. (Author)
ISBN: 9888381490     ISBN-13: 9789888381494
Publisher: Samurai Media Limited
OUR PRICE:   $18.99  
Product Type: Paperback
Published: November 2015
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - General
Physical Information: 0.57" H x 8.5" W x 11.02" (1.39 lbs) 270 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Most of the GNU Emacs integrated environment is written in the programming language called Emacs Lisp. The code written in this programming language is the software-the sets of instructions-that tell the computer what to do when you give it commands. Emacs is designed so that you can write new code in Emacs Lisp and easily install it as an extension to the editor.

(GNU Emacs is sometimes called an "extensible editor", but it does much more than provide editing capabilities. It is better to refer to Emacs as an "extensible computing environment". However, that phrase is quite a mouthful. It is easier to refer to Emacs simply as an editor. Moreover, everything you do in Emacs-find the Mayan date and phases of the moon, simplify polynomials, debug code, manage files, read letters, write books-all these activities are kinds of editing in the most general sense of the word.)

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.

Perhaps you want to understand programming; perhaps you want to extend Emacs; or perhaps you want to become a programmer. 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.