2005-02-03から1日間の記事一覧

なんかいろいろ

via TheServerSide.com Of Persistence and POJOs: Bridging the Object & Relational World Apache announces new sub-project of Struts: Shale OOP Is Much Better in Theory Than in Practice ここでも叩かれてる(w

関数のヘルプ

Emacsにて。 C-h f とすると のヘルプが見れちゃう。

On Lisp on リナザウ

リナザウ上のMuleでポチポチとサンプルを打ちながら、On Lisp(PDF)を読んでる。サンプルコードは Common Lispなので、.emacs に (load "cl") としてみる。とりあえず remove-if は呼べた。

get

メモ。 get is a built-in function. (get SYMBOL PROPNAME)Return the value of SYMBOL's PROPNAME property. This is the last value stored with `(put SYMBOL PROPNAME VALUE)'.