Quicklisp

Discussion of Common Lisp
Post Reply
I X Code X 1
Posts: 59
Joined: Sun May 29, 2011 8:52 pm
Location: NY
Contact:

Quicklisp

Post by I X Code X 1 » Sat Jun 04, 2011 8:21 am

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!

ramarren
Posts: 613
Joined: Sun Jun 29, 2008 4:02 am
Location: Warsaw, Poland
Contact:

Re: Quicklisp

Post by ramarren » Sat Jun 04, 2011 8:35 am

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.

gugamilare
Posts: 406
Joined: Sat Mar 07, 2009 6:17 pm
Location: Brazil
Contact:

Re: Quicklisp

Post by gugamilare » Sun Jun 05, 2011 6:09 am

You may try looking for libraries in cl-user and common-lisp.net.

edgar-rft
Posts: 226
Joined: Fri Aug 06, 2010 6:34 am
Location: Germany

Re: Quicklisp

Post by edgar-rft » Sun Jun 05, 2011 6:58 am

This is what I'm usually doing:
HTH - edgar

I X Code X 1
Posts: 59
Joined: Sun May 29, 2011 8:52 pm
Location: NY
Contact:

Re: Quicklisp

Post by I X Code X 1 » Sun Jun 05, 2011 8:15 am

Thanks for all the great links!

Post Reply