Emacs Lisp Misc Technical Essays
Misc essays related to emacs lisp.
- History. Evolution of Emacs Lisp 2020 By Stefan Monnier, Michael Sperber
- Emacs Lisp Bytecode Manual (2018)
- Elisp Text Processing vs Structured Syntactic Manipulation (2021)
- Emacs Lisp Coding Style, Let Forms (2021)
- Emacs Lisp Naming Convention (2017)
- Elisp: Some and Every (2016)
- Elisp: What is the Function fn?
- Elisp: Symbol vs String
- Meaning of Lisp List, Function Type, and Syntax Coloring
- Elisp vs Perl: Validate File Links
- Emacs: Relation of Cursor Position to Begin/End of Matching Pairs in Source Code
- Text Processing: Emacs Lisp vs Perl
- Can Emacs Lisp Fix Its Namespace Problem by Copying JavaScript Practice?
- Emacs Lisp vs JavaScript
- Controversy of Common Lisp Package in Emacs Lisp
- Lisp List Problem
- Lisp-1 vs Lisp-2 (single-value-space vs multi-value-space)
- Emacs Lisp Problems: Trim String, Regex Match Data, Lacking Namespace (2012)
- Functional Programing: Function Output Should Always Have the Same Structure