Lisp note

来自linux中国网wiki
Evan讨论 | 贡献2021年1月29日 (五) 13:21的版本 →‎see also
跳到导航 跳到搜索


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


getting-started

https://lisp-lang.org/learn/first-steps

see also

wiki_LISP

Common Lisp 初学者快速入门指导


ANSI Common Lisp 中文版


为什么Lisp语言如此先进


如何在Linux上安装和配置commo lisp环境

Lisp 语言优点那么多,为什么国内很少运用?

Lisp语言到底神奇在哪里

Lisp 是怎么成为上帝的编程语言的