2008/07/12

[Common Lisp] list 関数の定義

なるほど。list が呼び出されるとき、すでに list がすべき仕事は終っているのか。

SBCL のソース

(defun list (&rest args)
#!+sb-doc
"Return constructs and returns a list of its arguments."
args)

0 件のコメント: