Very nice resource! I have a suggestion: add a search field that would just search the linked function documentation summaries (depth of 1 web crawl). As someone else mentioned, adding a new section for CLOS would also be useful.<p>Pardon a shameless plug, but I released the 4th edition of my Common Lisp book yesterday (free to read online, and book is CC licensed so you can share it): <a href="https://leanpub.com/lovinglisp" rel="nofollow">https://leanpub.com/lovinglisp</a>
I'm not really sure who the intended audience for this is! I find it quite difficult to imagine that anyone who doesn't already know what the functions do could actually figure it out from the descriptions, eg. "CDR function returns cdr part of cell in the argument, that is list of all elements but first. CDR is identical to REST."
Contrast to the Common Lisp Quick Reference: <a href="http://clqr.boundp.org/" rel="nofollow">http://clqr.boundp.org/</a>
If you use this library you can simply ignore most of the things on that page:<p><a href="https://github.com/rongarret/ergolib" rel="nofollow">https://github.com/rongarret/ergolib</a>