Page 1 of 1

Lost a Link

Posted: Wed May 05, 2010 1:43 pm
by lithos
There's a link I remember grabbing a few months ago however I seem to have lost in the process of taking a break from learning Lisp.

Essentially it was a "beautiful"(quote from where I found the link) PDF/HTML document that used some Lisp program to compile all the functions(from the lisp hyperspec) into one flat document that had brief descriptions for all the standard functions(Syntax and very brief descriptions). It also only had information that was useful for programmers(rather than compiler writers), sorted the functions by use(all math, all list functions, and similar), and had a index.

Re: Lost a Link

Posted: Wed May 05, 2010 3:02 pm
by ramarren

Re: Lost a Link

Posted: Wed May 05, 2010 4:25 pm
by lithos
Yep that would be it. Many thanks trying various combination of "list of lisp functions" and similar in search engines was an insane idea.

Re: Lost a Link

Posted: Mon Jan 10, 2011 4:02 pm
by perryl8898
The Common Lisp Quick Reference is a great resource. I downloaded the pdf version and keep it on my iPad. I like being able to reference it for quick information. Thanks for pointing resource out.