2011年12月10日土曜日

GNU Common Lisp で HelloWorld

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

GNU Common Lisp で HelloWorld

[環境]

Ubuntu Oneiric Ocelot 11.11 in VirtualBox 4.1.6

GNU CLISP 2.49


[したこと]


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

clispを使ってみる

$ 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 (2010-07-07) 

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-2010

Type :h and hit Enter for context help.

[1]> (print "hello common list")

"hello common list" 
"hello common list"
[2]> (exit)

終了コマンドは
(exit)

[参考]

Common Lispをはじめよう
http://clispnote.wiki.fc2.com/wiki/Common%20Lisp%E3%82%92%E3%81%AF%E3%81%98%E3%82%81%E3%82%88%E3%81%86

Getting started in Common Lisp on Ubuntu.
http://osix.net/modules/article/?id=912


0 コメント: