/hyperspec

Programmatic index to the common lisp hyperspec

Primary LanguageCommon LispGNU General Public License v3.0GPL-3.0

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 sly1 and slime2 .

Documentation: https://fisxoj.github.io/hyperspec.

Footnotes


  1. sly's hyperspec.el

  2. slime's hyperspec.el