emacs - 普通 lisp 帮助相当于 python 中的帮助

标签 emacs common-lisp read-eval-print-loop slime

在 python 解释器中,你可以简单地输入 help("name")访问 name. 的文档

  • common-lisp REPL 中的等价物是什么(我使用的是 SBCL)?
  • 请注意,我在 emacs 24.3
  • 中使用 SLIME

    提前致谢。

    最佳答案

    试试这些:

    (documentation #'cons 'function)
    (documentation 'most-positive-fixnum 'variable)
    (describe #'cons)
    

    Slime 还有一堆看东西的快捷键:slime-describe-symbol , slime-inspect (如果你有 hyperspec, slime-documentation-lookup )可能都有用。

    关于emacs - 普通 lisp 帮助相当于 python 中的帮助,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19761998/

    相关文章:

    Emacs 术语模式 : stop setting remote default-directory on some hosts

    web - 如何处理 hunchentoot 中的多个文件上传?

    PhantomJS:在 REPL 中运行时 page.open() 没有响应

    read-eval-print-loop - Perl6 REPL 用法

    clojure - 文件更改时运行 Clojure REPL 命令

    c++ - 如何从 header 声明中找到源代码?

    emacs - 与默认 emacs 分开改变 Emacs 迷你缓冲区的字体大小?

    宏与函数

    common-lisp - 在 Common Lisp 中,如何测试变量是否特殊?

    emacs - emacs 24 c++自动缩进损坏