I'd like to apply for net-nittin-hyperspec:
net-nittin-hyperspec: an ANSI Common Lisp library that provides a reliable way of mapping symbols to URLs for both the Common Lisp Hyperspec and the Common Lisp Object System MetaObject Protocol.
For example:
* (hs:lookup "defun") "http://www.lispworks.com/reference/HyperSpec/Body/m_defun.htm"
`lookup' tries both the Hyperspec and the MOP. `hyperspec-lookup' and `mop-lookup' are also provided.
Erik.
Erik Enge erik@nittin.net writes:
I'd like to apply for net-nittin-hyperspec:
net-nittin-hyperspec: an ANSI Common Lisp library that provides a reliable way of mapping symbols to URLs for both the Common Lisp Hyperspec and the Common Lisp Object System MetaObject Protocol.
For example:
- (hs:lookup "defun")
"http://www.lispworks.com/reference/HyperSpec/Body/m_defun.htm"
`lookup' tries both the Hyperspec and the MOP. `hyperspec-lookup' and `mop-lookup' are also provided.
Sounds good. Licensing is MIT or BSD, right?
Regards, Mario.
On Wed, Nov 12, 2003 at 02:27:23PM -0500, Erik Enge wrote:
I'd like to apply for net-nittin-hyperspec:
Superbly cool!
Though you forgot to mention the license... ;) Assuming MIT/X/BSD style, I approve.
OTOH I (as usual) would point out that I don't think prefixes are all that necessary, but they don't hurt too much either...
Are you interested in expanding this to work with arbitrary packages? If so, then a) I'd like to help, b) wouldn't "hyperdoc" be a better name?
Cheers,
-- Nikodemus