Emacs Lisp
From Rosetta Code
Implementation
This is an implementation of Lisp.
You may find other implementations of this language at Category:Lisp Implementations.
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.

