[Common Lisp] list 関数の定義
なるほど。list が呼び出されるとき、すでに list がすべき仕事は終っているのか。
SBCL のソース
(defun list (&rest args)
#!+sb-doc
"Return constructs and returns a list of its arguments."
args)
なるほど。list が呼び出されるとき、すでに list がすべき仕事は終っているのか。
SBCL のソース
(defun list (&rest args)
#!+sb-doc
"Return constructs and returns a list of its arguments."
args)
投稿者 Yoshinori Tahara 時刻: 14:17
0 件のコメント:
コメントを投稿