fisxoj / hyperspec

Programmatic index to the common lisp hyperspec
GNU General Public License v3.0
3 stars 4 forks source link
common-lisp documentation

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

The only exported symbol is :function: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 [#sly-hyperspec] and slime [#slime-hyperspec] .

Documentation: <https://fisxoj.github.io/hyperspec>_.

.. _hyperspec: http://www.lispworks.com/documentation/HyperSpec/Front/index.htm

.. rubric:: Footnotes .. [#sly-hyperspec] sly's hyperspec.el <https://github.com/joaotavora/sly/blob/master/lib/hyperspec.el> .. [#slime-hyperspec] slime's hyperspec.el <https://github.com/slime/slime/blob/master/lib/hyperspec.el>