Cod*_*lus 4 emacs common-lisp slime read-eval-print-loop
在python解释器中,可以简单地键入help("name")以访问文档name.
提前致谢.
试试这些:
(documentation #'cons 'function)
(documentation 'most-positive-fixnum 'variable)
(describe #'cons)
Run Code Online (Sandbox Code Playgroud)
煤泥也有看事情一大堆快捷键:slime-describe-symbol,slime-inspect(如果你有hyperspec围坐,slime-documentation-lookup)可能都非常有用.