hyperspec

AuthorMatt Novenstern
Version0.1.0
license:LLGPLv3+

A simple library for looking up common-lisp symbols in the hyperspec.

The only exported symbol is hyperspec:lookup. It takes a symbol or string and returns a url or nil if none is found.

The library is based on the implementations of this functionality in sly [1] and slime [2] .

Footnotes

[1]sly's hyperspec.el
[2]slime's hyperspec.el