An Introduction To Programming In Emacs Lisp Epub

Download An Introduction To Programming In Emacs Lisp Epub PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get An Introduction To Programming In Emacs Lisp Epub book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Programming in Emacs Lisp

Author: Robert J. Chassell
language: en
Publisher: Free Software Foundation
Release Date: 1995-10-01
Emacs LISP - An Introduction

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.