CL

format

というわけで無限ループを書いてみる。 (format nil "~{ ~}" `(0)) おお本当に無限ループになった! format で無限ループが書けるなんてすばらしい!まぁ一応普通の無限ループも書こう。 (defun l () (l)) (l) こんな感じかな。 i@u ~/test/lisp> clisp fore…

導入してみる

ちょっと Common LISP を触ってみることにしました。 format と loop と CLOS とマクロと Prolog と disassemble を学ぶのが目標。とりあえず Hello, world! を適当に書いてみる。 i@u ~/test/lisp> cat hello.l (print "Hello, world!") i@u ~/test/lisp> s…

なにかあれば下記メールアドレスへ。
shinichiro.hamaji _at_ gmail.com
shinichiro.h