This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Quicklisp

5 posts · 2054 views

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

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

Thanks for all the great links!