Page 1 of 1

Quicklisp

Posted: Sat Jun 04, 2011 8:21 am
by I X Code X 1
Hi, I'm sorry if this is a dumb question:

I am new to Common Lisp and have been doing some research on everything available. So, yesterday night I installed Quicklisp for my ACL (Allegro Common Lisp - Express Edition). There are so many libraries that can be loaded into my lisp, but, my question is, is there anyway to know what these libraries do exactly? I mean, some of them have good names, such as array-operations, but some are very obscure. Is there a list that explains them in detail or anything? If I need to load a library I'd like to know that what I'm loading is exactly what I'm looking for.

Thanks!

Re: Quicklisp

Posted: Sat Jun 04, 2011 8:35 am
by ramarren
The is CLiki, although it is a wiki and might not always be fully up to date. Unfortunately documentation is often a weak side of Lisp libraries.

Re: Quicklisp

Posted: Sun Jun 05, 2011 6:09 am
by gugamilare
You may try looking for libraries in cl-user and common-lisp.net.

Re: Quicklisp

Posted: Sun Jun 05, 2011 6:58 am
by edgar-rft
This is what I'm usually doing:
HTH - edgar

Re: Quicklisp

Posted: Sun Jun 05, 2011 8:15 am
by I X Code X 1
Thanks for all the great links!