普通の関数をジェネリックファンクションに
普通の関数をジェネリックファンクションにする。
(shadow 'length)
(defmethod length (o)
(cl:length o))
(defmethod length ((o symbol))
(length (symbol-name o)))
普通の関数をジェネリックファンクションにする。
(shadow 'length)
(defmethod length (o)
(cl:length o))
(defmethod length ((o symbol))
(length (symbol-name o)))
投稿者 Yoshinori Tahara 時刻: 22:03
ラベル: Common Lisp
0 件のコメント:
コメントを投稿