Category:Emacs Lisp: Difference between revisions

From Rosetta Code
Content added Content deleted
(move the "Capability:" part into the template.)
(exec=bytecode)
Line 1: Line 1:
{{language
{{language}}{{implementation|Lisp}}{{provides|Windowing UI}}{{provides|First class functions}}{{provides|File access}}{{provides|File system access}}{{provides|Database access}}
|exec=bytecode
}}
}}{{implementation|Lisp}}{{provides|Windowing UI}}{{provides|First class functions}}{{provides|File access}}{{provides|File system access}}{{provides|Database access}}
Emacs Lisp (often abbreviated to elisp) is the [[Lisp]] implementation used by the [[Emacs]] text editor. It doesn't provide all features of [[Common Lisp]] (e.g. its optional arguments always default to nil), but it contains special types which are specific for the use in the editor, like buffers (which is where you actually edit the text), windows, events etc.
Emacs Lisp (often abbreviated to elisp) is the [[Lisp]] implementation used by the [[Emacs]] text editor. It doesn't provide all features of [[Common Lisp]] (e.g. its optional arguments always default to nil), but it contains special types which are specific for the use in the editor, like buffers (which is where you actually edit the text), windows, events etc.



Revision as of 22:41, 12 July 2012

Language
Emacs Lisp
This programming language may be used to instruct a computer to perform a task.
Execution method: Compiled (bytecode)
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Emacs Lisp.

}}

Emacs Lisp is an implementation of Lisp. Other implementations of Lisp.

Emacs Lisp (often abbreviated to elisp) is the Lisp implementation used by the Emacs text editor. It doesn't provide all features of Common Lisp (e.g. its optional arguments always default to nil), but it contains special types which are specific for the use in the editor, like buffers (which is where you actually edit the text), windows, events etc.

Lisp expressions can be executed directly from within Emacs editor buffers, or loaded from files which optionally can be compiled into bytecode.

Emacs configuration files actually are Emacs Lisp source files.

Emacs Lisp can be used as a general programming language with the emacs "-batch" or "--script" command line arguments. [1]

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Emacs Lisp"

The following 189 pages are in this category, out of 189 total.