“Lisp note”的版本间的差异
跳到导航
跳到搜索
第29行: | 第29行: | ||
Lisp编程语族已经演变出许多种方言。现代最著名的通用编程语种是Clojure、Common Lisp和Scheme | Lisp编程语族已经演变出许多种方言。现代最著名的通用编程语种是Clojure、Common Lisp和Scheme | ||
+ | |||
+ | ==emacs lisp == | ||
+ | |||
+ | [https://smacs.github.io/elisp/ Emacs Lisp 简明教程] | ||
=see also= | =see also= |
2021年1月29日 (五) 13:28的版本
install
#debian sudo apt-get install sbcl #run evan@kalipc:~/ssh/intra$ sbcl This is SBCL 1.4.12.debian, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. * (format t "Hello, world!") Hello, world! NIL
https://lisp-lang.org/learn/first-steps
Lisp编程语族已经演变出许多种方言。现代最著名的通用编程语种是Clojure、Common Lisp和Scheme