「Emacs Lisp」- a dialect of the Lisp

Lisp – List Processing

Lisp,是种到处都是括号的语言,被戏称为 Lots of Isolated Silly Parentheses,它拥有各种方言(如下截图),而我们要学习的是 Emacs Lisp 方言。

Emacs Lisp

https://www.gnu.org/software/emacs/manual/html_node/eintr/index.html
https://www.gnu.org/software/emacs/manual/html_node/emacs/index.html
https://www.gnu.org/software/emacs/manual/html_node/elisp/index.html
https://github.com/emacs-helm/helm

Common Lisp

http://www.clisp.org/
https://common-lisp.net/project/slime/
https://common-lisp.net/

参考文献

Wikipedia / LISP