hyperspec

安装命令
brew install hyperspec

ANSI 标准的 Common Lisp Hyperspec

https://www.lispworks.com/documentation/common-lisp.html

公式 JSON API: /api/formula/hyperspec.json

公式代码: hyperspec.rb 在 GitHub 上

提供瓶装(二进制包)安装支持。

当前版本

稳定版 7.0
要使用此版本的 HyperSpec 与 SLIME 一起使用,请将以下内容放入
您的 .emacs 初始化文件中

(eval-after-load "slime"
    '(progn
     (setq common-lisp-hyperspec-root
     "$HOMEBREW_PREFIX/share/doc/hyperspec/HyperSpec/")
     (setq common-lisp-hyperspec-symbol-table
     (concat common-lisp-hyperspec-root "Data/Map_Sym.txt"))
     (setq common-lisp-hyperspec-issuex-table
     (concat common-lisp-hyperspec-root "Data/Map_IssX.txt"))))

分析

安装(30天)
hyperspec 13
请求安装(30天)
hyperspec 13
构建错误(30天)
hyperspec 0
安装(90天)
hyperspec 59
请求安装(90天)
hyperspec 59
安装(365天)
hyperspec 81
请求安装(365天)
hyperspec 81
Fork me on GitHub