Reference list of lisp symbols and commands

Discussion of Common Lisp
Post Reply
tcebob
Posts: 2
Joined: Tue Sep 06, 2016 7:00 pm

Reference list of lisp symbols and commands

Post by tcebob » Tue Sep 06, 2016 7:08 pm

I'm looking for a list of symbols and commands for reference. (Not a tutorial or textbook.) Have you seen such an one?
tcebob

nuntius
Posts: 538
Joined: Sat Aug 09, 2008 10:44 am
Location: Newton, MA

Re: Reference list of lisp symbols and commands

Post by nuntius » Tue Sep 06, 2016 8:56 pm

Hi,

Is the CLQR what you are looking for?

http://clqr.boundp.org/

The CLHS and CLTL2 are the full references.

http://www.lispworks.com/documentation/common-lisp.html

https://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html

tcebob
Posts: 2
Joined: Tue Sep 06, 2016 7:00 pm

Re: Reference list of lisp symbols and commands

Post by tcebob » Tue Sep 06, 2016 9:23 pm

Thank you, Nuntius, for your quick response. I downloaded clqr-a4-consec.pdf as I expect to use it on-screen rather than print it. Looks like exactly what I wanted.
tcebob

Post Reply