Is there a PEAR kind library for lisp? I hope there is, but I read somewhere that one of the disadvantages of lisp is its lack of serious libraries. I find that hard to believe since lisp is half a century old now.
+2
A:
As jlf said www.cliki.net is a good starting point. Also take a closer look at asdf-install and clbuild. If you are on linux clbuild is like package manager for lisp libraries.
Dev er dev
2009-06-28 18:49:09
+2
A:
common-lisp.net hosts a lot of Lisp projects. Many are installable via ASDF.
See also The Common Lisp Directory.
Rainer Joswig
2009-06-28 19:37:17
+1
A:
It's a myth that there's a lack of libraries for CL.
I can recommend clbuild to manage your libraries.
Use cl-user.net to find specific libraries.
skypher
2009-07-02 20:11:23