環境: wSL2なUbuntu
えいやっ、でコマンド打ってみる。
hiroshi@IdeaPad:~$ lisp コマンド 'lisp' が見つかりません。もしかして: command 'clisp' from deb clisp (1:2.49.20180218+really2.49.92-3build3) command 'uisp' from deb uisp (20050207-4.3ubuntu1) command 'ltsp' from deb ltsp (20.04-1) 次を試してみてください: sudo apt install <deb name> hiroshi@IdeaPad:~$
ふむふむ、clisp をインストールすればよいっぽい。ほか2つの候補はきっと違うであろう。
hiroshi@IdeaPad:~$ clisp コマンド 'clisp' が見つかりません。次の方法でインストールできます: sudo apt install clisp hiroshi@IdeaPad:~$ sudo apt install clisp
インストール方法まで教えてくれる。最近のLinuxは親切だよね。
hiroshi@IdeaPad:~$ clisp
i i i i i i i ooooo o ooooooo ooooo ooooo
I I I I I I I 8 8 8 8 8 o 8 8
I \ `+' / I 8 8 8 8 8 8
\ `-+-' / 8 8 8 ooooo 8oooo
`-__|__-' 8 8 8 8 8
| 8 o 8 8 o 8 8
------+------ ooooo 8oooooo ooo8ooo ooooo 8
Welcome to GNU CLISP 2.49.92 (2018-02-18) <http://clisp.org/>
Copyright (c) Bruno Haible, Michael Stoll 1992-1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2018
Type :h and hit Enter for context help.
[1]>
環境できた。