gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-05 01:06:42 27 4
gpt4 key购买 nike

在 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/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com