GaucheをVine2.6r1へインストールしてみる。

$ tar zxvf ./Gauche-0.6.7.1.tgz
$ cd Gauche-0.6.7.1
$ ./configure
$ make
$ make test
$ su 
# make install
# make install-doc
$ which gosh
/usr/local/bin/gosh
$ gosh
gosh> (+ 1 2)
3
gosh> (quit)
*** ERROR: unbound variable: quit
Stack Trace:
_______________________________________
gosh> (exit)
$ uname -a
Linux kohaku 2.4.19-0vl11 #1 (改行)
2002年 10月 6日 日曜日 07:45:18 JST i686 unknown

インタプリタを終えるには、guileでは (quit) だったような気がする。Gaucheでは(exit)を使う。

参考: Gauche - A Scheme Interpreter ダウンロード, Gauche リファレンスマニュアル: インタラクティブな開発

この手のメモはtDiaryでは書きにくいなぁ(-。-) ボソッ

tags: Gauche zurazure

Posted by NI-Lab. (@nilab)