Chapter 1. Introduction

Table of Contents
Where To Go For More Information about Common Lisp in General
Where To Go For More Information About SBCL
Overview Of SBCL, How It Works And Where It Came From

SBCL is a mostly-conforming implementation of the ANSI Common Lisp standard. This manual focuses on behavior which is specific to SBCL, not on behavior which is common to all implementations of ANSI Common Lisp.

Where To Go For More Information about Common Lisp in General

Regardless of your ability level, two very useful resources for working with any implementation of Common Lisp are the ILISP package for Emacs and the Common Lisp HyperSpec.

If you're not a programmer and you're trying to learn, many introductory Lisp books are available. However, we don't have any standout favorites. If you can't decide, try checking the Usenet comp.lang.lisp FAQ for recent recommendations.

If you are an experienced programmer in other languages but need to learn about Lisp, three books stand out.