cl-quicklisp for Debian ----------------------- Quicklisp is a library manager for Common Lisp written by Zachary Beane . http://quicklisp.org To install Quicklisp (in your home directory, site-wide installation is not possible) you must load "the quickstart file for Quicklisp"[1] which is called quicklisp.lisp. In a REPL: (load #p"/usr/share/cl-quicklisp/quicklisp.lisp") On the command line (using SBCL): sbcl --script /usr/share/cl-quicklisp/quicklisp.lisp [1] This is how Zachary himself describes the file. -- Sebastian Tennant Thu, 21 Jul 2011 22:12:47 +0200