GNU Common Lisp

GNU Common Lisp とは

GNU Common Lisp は Kyoto Common Lisp (KCL) に基づく Lisp 処理系です。 以前は Austin Kyoto Common Lisp (AKCL) と呼ばれていました。

インストール

ここでは Vine Linux 2.6r1 にインストールしました。

ダウンロードは Ring サーバの /pub/GNU/gcl/ から行いました。

tar xvzf gcl-2.5.3.tgz
cd gcl-2.5.3
./configure
# 自動でメールを出されるのが嫌なら
# ./configure --enable-notify=no
make
make install

テスト

$ gcl
GCL (GNU Common Lisp)  (2.5.3) Thu Oct  9 16:29:19 JST 2003
Licensed under GNU Library General Public License
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.

>(+ 3 4)

7

>(quit)

リンクはご自由にどうぞ。

松阪大学 奥村晴彦

Last modified: 2003-10-09 16:32:35