2011/04/07

プロパティをテストしてみる





(defun foo (x)
"increment"
(1+ x))

(get 'foo 'lisp::function-documentation)
"increment"

(defvar hoge nil "hogehoge")
(get 'hoge 'lisp::variable-documentation)
"hogehoge"

おもしろい!


ところで、variable-documentation とかのプロパティ名(インジケータっていうのか?)はどうやって見つけるのか。


疑問。





Related Posts Plugin for WordPress, Blogger...

0 コメント :

コメントを投稿