CLISP documentation
Unix manual pages -- shows command line options when starting clisp, and environment variables.

Implementation notes -- describes features specific to CLISP, including those that are not part of the Common Lisp language.  This includes operators that deal with the Unix environment, networking, etc.

Gnu readline documentation -- describes a package you can use to read input from a user of your program, that allows the usual editing (e.g. backspace).

Some Common Lisp hints.