Emacs lisp
?尽管一般只有Emacs
编辑器中才会使用Emacs lisp
, 可是Emacs lisp
是一个完整的计算机语言,经过学习这门语言能够:segmentfault
(1) 了解编程架构
(2) 扩展Emacs
编辑器
(3) 变成一个开发者学习
lisp
历史选项 | lisp |
common lisp |
Emacs lisp |
---|---|---|---|
产生年代 | 1958 | 1984 | 1985 |
创始人 | John McCarthy | Scott Fahlman, Richard P. Gabriel, David A. Moon, Kent Pitman, Guy Steele, Dan Weinreb | Richard Stallman,Guy L. Steele, Jr. |
说明 | ![]() |
![]() |
![]() |
lisp
最先于1950年代末在MIT
被开发,用于人工智能研究,lisp
强大的功能使得做为编辑器命令和集成环境,也有优点人工智能
Common Lisp
在1980年代,变为lisp
语言的标准spa
Emacs Lisp
受到Common Lisp
的影响,Emacs Lisp
比Common Lisp
更加简洁code
标准的Emacs
发行版中包含一个可扩展的文件cl.el
,该文件能够为Emacs Lisp
添加Common Lisp
的功能