2011年12月9日金曜日

Steel Bank Common Lisp で HelloWorld

[したいこと・しりたいこと・目標]

Steel Bank Common Lisp で HelloWorld

[環境]

Ubuntu Oneiric Ocelot 11.11 in VirtualBox 4.1.6

SBCL 1.0.50.0.debian


[したこと]


インストール
$ sudo apt-get install sbcl slime

sbclを使ってみる

$ sbcl
This is SBCL 1.0.50.0.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at .

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.
* (print "Hello Steel Bank Common Lisp")

"Hello Steel Bank Common Lisp" 
"Hello Steel Bank Common Lisp"
* (quit)

Bye.

終了コマンドは
(quit)


[参考]

How To Install Common Lisp on Ubuntu
http://ridvan.baluyos.net/blog/2009/10/05/how-to-install-common-lisp-on-ubuntu/

0 コメント: