File: cl-quicklisp.README.Debian

package info (click to toggle)
quicklisp 1.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 112 kB
  • ctags: 156
  • sloc: lisp: 1,287; sh: 14; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cl-quicklisp for Debian
-----------------------

Quicklisp is a library manager for Common Lisp written by
Zachary Beane <zach@quicklisp.org>.

 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 <sdt@sebyte.me>  Thu, 21 Jul 2011 22:12:47 +0200